Html Css Color HEX #640AAB Purple Heart

📋 copy color: '#640AAB'

red 100 ◦ green 10 ◦ blue 171

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

Shades of Purple Heart #640AAB

Tints of Purple Heart #640AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.56%

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

R = 35.59%
G = 3.56%
B = 60.85%

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

#640AAB (or 0x640AAB) is known color: Purple Heart. HEX triplet: 64, 0A and AB. RGB value is (100,10,171). Sum of RGB (Red+Green+Blue) = 100+10+171=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #640AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640AAB is #9BF554. Grayscale: #363636. Windows color (decimal): -10220885 or 11209316. OLE color: 11209316.

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

Color convert

RGB 100 10 171 -
CMYK 0.42 0.94 0 0.33
HSL 273.54º 0.89% 0.35% -
HSV(B) 273.54º 0.94% 0.67% -
XYZ 12.71 5.87 38.99 -
YUV 55.26 193.32 159.91 -
System Red Green Blue C M Y K H S L
Decimal 100 10 171 0.42 0.94 0 0.33 273.54 0.89 0.35
Hex 64 A AB 2A 5E 0 21 112 59 23
Octal 144 12 253 52 136 0 41 422 131 43
Binary 1100100 1010 10101011 101010 1011110 0 100001 100010010 1011001 100011

Color Harmonies of #640AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640AAB

Black with #640AAB

Text Example


Text Example

White with #640AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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