Html Css Color HEX #640FBA Purple Heart

📋 copy color: '#640FBA'

red 100 ◦ green 15 ◦ blue 186

#640FBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #640FBA

Tints of Purple Heart #640FBA

RGB

 RED value IS 100 (39.45% from 255) = 33.22%

 GREEN value IS 15 (6.25% from 255) = 4.98%

 BLUE value IS 186 (73.05% from 255) = 61.79%

R = 33.22%
G = 4.98%
B = 61.79%

CMYK

 C value IS 0.46

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#640FBA (or 0x640FBA) is known color: Purple Heart. HEX triplet: 64, 0F and BA. RGB value is (100,15,186). Sum of RGB (Red+Green+Blue) = 100+15+186=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #640FBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640FBA is #9BF045. Grayscale: #3B3B3B. Windows color (decimal): -10219590 or 12193636. OLE color: 12193636.

HSL color Cylindrical-coordinate representation of color #640FBA: hue angle of 269.82º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640FBA is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 15 186 -
CMYK 0.46 0.92 0 0.27
HSL 269.82º 0.85% 0.39% -
HSV(B) 269.82º 0.92% 0.73% -
XYZ 14.29 6.6 46.97 -
YUV 59.91 199.16 156.6 -
System Red Green Blue C M Y K H S L
Decimal 100 15 186 0.46 0.92 0 0.27 269.82 0.85 0.39
Hex 64 F BA 2E 5C 0 1B 10E 55 27
Octal 144 17 272 56 134 0 33 416 125 47
Binary 1100100 1111 10111010 101110 1011100 0 11011 100001110 1010101 100111

Color Harmonies of #640FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FBA

Black with #640FBA

Text Example


Text Example

White with #640FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640FBA; }

 p { color: rgb(100,15,186); }

 H1.HeaderClassName
 {
   color: #640FBA;
 }
 .AnyTagClassName
 {
   color: #640FBA;
 }
</style>

background-color css

<style>
 a { background-color: #640FBA; }

 a { background-color: rgb(100,15,186); }

 div.DivClassName
 {
   background-color: #640FBA;
 }
 .BgClassName
 {
   background-color: #640FBA;
 }
</style>

border-color css

<style>
 span { border-color: #640FBA; }

 span { border-color: rgb(100,15,186); }

 td.TdClassName
 {
   border-color: #640FBA;
 }
 .TagClassName
 {
   border-color: #640FBA;
 }
</style>