Html Css Color HEX #640CBA Purple Heart

📋 copy color: '#640CBA'

red 100 ◦ green 12 ◦ blue 186

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

Shades of Purple Heart #640CBA

Tints of Purple Heart #640CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.03%

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

R = 33.56%
G = 4.03%
B = 62.42%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#640CBA (or 0x640CBA) is known color: Purple Heart. HEX triplet: 64, 0C and BA. RGB value is (100,12,186). Sum of RGB (Red+Green+Blue) = 100+12+186=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #640CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640CBA is #9BF345. Grayscale: #393939. Windows color (decimal): -10220358 or 12192868. OLE color: 12192868.

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

Color convert

RGB 100 12 186 -
CMYK 0.46 0.94 0 0.27
HSL 270.34º 0.88% 0.39% -
HSV(B) 270.34º 0.94% 0.73% -
XYZ 14.25 6.52 46.96 -
YUV 58.15 200.15 157.85 -
System Red Green Blue C M Y K H S L
Decimal 100 12 186 0.46 0.94 0 0.27 270.34 0.88 0.39
Hex 64 C BA 2E 5E 0 1B 10E 58 27
Octal 144 14 272 56 136 0 33 416 130 47
Binary 1100100 1100 10111010 101110 1011110 0 11011 100001110 1011000 100111

Color Harmonies of #640CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640CBA

Black with #640CBA

Text Example


Text Example

White with #640CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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