Html Css Color HEX #640BAA Purple Heart

📋 copy color: '#640BAA'

red 100 ◦ green 11 ◦ blue 170

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

Shades of Purple Heart #640BAA

Tints of Purple Heart #640BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 60.5%

R = 35.59%
G = 3.91%
B = 60.5%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#640BAA (or 0x640BAA) is known color: Purple Heart. HEX triplet: 64, 0B and AA. RGB value is (100,11,170). Sum of RGB (Red+Green+Blue) = 100+11+170=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #640BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640BAA is #9BF455. Grayscale: #373737. Windows color (decimal): -10220630 or 11144036. OLE color: 11144036.

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

Color convert

RGB 100 11 170 -
CMYK 0.41 0.94 0 0.33
HSL 273.58º 0.88% 0.35% -
HSV(B) 273.58º 0.94% 0.67% -
XYZ 12.63 5.85 38.49 -
YUV 55.74 192.49 159.57 -
System Red Green Blue C M Y K H S L
Decimal 100 11 170 0.41 0.94 0 0.33 273.58 0.88 0.35
Hex 64 B AA 29 5E 0 21 112 58 23
Octal 144 13 252 51 136 0 41 422 130 43
Binary 1100100 1011 10101010 101001 1011110 0 100001 100010010 1011000 100011

Color Harmonies of #640BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640BAA

Black with #640BAA

Text Example


Text Example

White with #640BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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