Html Css Color HEX #640CAB Purple Heart

📋 copy color: '#640CAB'

red 100 ◦ green 12 ◦ blue 171

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

Shades of Purple Heart #640CAB

Tints of Purple Heart #640CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.42%

R = 35.34%
G = 4.24%
B = 60.42%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#640CAB (or 0x640CAB) is known color: Purple Heart. HEX triplet: 64, 0C and AB. RGB value is (100,12,171). Sum of RGB (Red+Green+Blue) = 100+12+171=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #640CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640CAB is #9BF354. Grayscale: #373737. Windows color (decimal): -10220373 or 11209828. OLE color: 11209828.

HSL color Cylindrical-coordinate representation of color #640CAB: hue angle of 273.21º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640CAB is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 12 171 -
CMYK 0.42 0.93 0 0.33
HSL 273.21º 0.87% 0.36% -
HSV(B) 273.21º 0.93% 0.67% -
XYZ 12.74 5.91 39 -
YUV 56.44 192.65 159.07 -
System Red Green Blue C M Y K H S L
Decimal 100 12 171 0.42 0.93 0 0.33 273.21 0.87 0.36
Hex 64 C AB 2A 5D 0 21 111 57 24
Octal 144 14 253 52 135 0 41 421 127 44
Binary 1100100 1100 10101011 101010 1011101 0 100001 100010001 1010111 100100

Color Harmonies of #640CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640CAB

Black with #640CAB

Text Example


Text Example

White with #640CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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