Html Css Color HEX #640BAC Purple Heart

📋 copy color: '#640BAC'

red 100 ◦ green 11 ◦ blue 172

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

Shades of Purple Heart #640BAC

Tints of Purple Heart #640BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.89%

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

R = 35.34%
G = 3.89%
B = 60.78%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#640BAC (or 0x640BAC) is known color: Purple Heart. HEX triplet: 64, 0B and AC. RGB value is (100,11,172). Sum of RGB (Red+Green+Blue) = 100+11+172=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #640BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640BAC is #9BF453. Grayscale: #373737. Windows color (decimal): -10220628 or 11275108. OLE color: 11275108.

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

Color convert

RGB 100 11 172 -
CMYK 0.42 0.94 0 0.33
HSL 273.17º 0.88% 0.36% -
HSV(B) 273.17º 0.94% 0.67% -
XYZ 12.82 5.93 39.5 -
YUV 55.97 193.49 159.41 -
System Red Green Blue C M Y K H S L
Decimal 100 11 172 0.42 0.94 0 0.33 273.17 0.88 0.36
Hex 64 B AC 2A 5E 0 21 111 58 24
Octal 144 13 254 52 136 0 41 421 130 44
Binary 1100100 1011 10101100 101010 1011110 0 100001 100010001 1011000 100100

Color Harmonies of #640BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640BAC

Black with #640BAC

Text Example


Text Example

White with #640BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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