Html Css Color HEX #640CAC Purple Heart

📋 copy color: '#640CAC'

red 100 ◦ green 12 ◦ blue 172

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

Shades of Purple Heart #640CAC

Tints of Purple Heart #640CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.56%

R = 35.21%
G = 4.23%
B = 60.56%

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

#640CAC (or 0x640CAC) is known color: Purple Heart. HEX triplet: 64, 0C and AC. RGB value is (100,12,172). Sum of RGB (Red+Green+Blue) = 100+12+172=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #640CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640CAC is #9BF353. Grayscale: #383838. Windows color (decimal): -10220372 or 11275364. OLE color: 11275364.

HSL color Cylindrical-coordinate representation of color #640CAC: hue angle of 273º 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 #640CAC is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 12 172 -
CMYK 0.42 0.93 0 0.33
HSL 273º 0.87% 0.36% -
HSV(B) 273º 0.93% 0.67% -
XYZ 12.83 5.95 39.5 -
YUV 56.55 193.15 158.99 -
System Red Green Blue C M Y K H S L
Decimal 100 12 172 0.42 0.93 0 0.33 273 0.87 0.36
Hex 64 C AC 2A 5D 0 21 111 57 24
Octal 144 14 254 52 135 0 41 421 127 44
Binary 1100100 1100 10101100 101010 1011101 0 100001 100010001 1010111 100100

Color Harmonies of #640CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640CAC

Black with #640CAC

Text Example


Text Example

White with #640CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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