Html Css Color HEX #640FAC Purple Heart

📋 copy color: '#640FAC'

red 100 ◦ green 15 ◦ blue 172

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

Shades of Purple Heart #640FAC

Tints of Purple Heart #640FAC

RGB

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

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

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

R = 34.84%
G = 5.23%
B = 59.93%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#640FAC (or 0x640FAC) is known color: Purple Heart. HEX triplet: 64, 0F and AC. RGB value is (100,15,172). Sum of RGB (Red+Green+Blue) = 100+15+172=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #640FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640FAC is #9BF053. Grayscale: #393939. Windows color (decimal): -10219604 or 11276132. OLE color: 11276132.

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

Color convert

RGB 100 15 172 -
CMYK 0.42 0.91 0 0.33
HSL 272.48º 0.84% 0.37% -
HSV(B) 272.48º 0.91% 0.67% -
XYZ 12.87 6.03 39.52 -
YUV 58.31 192.16 157.73 -
System Red Green Blue C M Y K H S L
Decimal 100 15 172 0.42 0.91 0 0.33 272.48 0.84 0.37
Hex 64 F AC 2A 5B 0 21 110 54 25
Octal 144 17 254 52 133 0 41 420 124 45
Binary 1100100 1111 10101100 101010 1011011 0 100001 100010000 1010100 100101

Color Harmonies of #640FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FAC

Black with #640FAC

Text Example


Text Example

White with #640FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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