Html Css Color HEX #640AAA Purple Heart

📋 copy color: '#640AAA'

red 100 ◦ green 10 ◦ blue 170

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

Shades of Purple Heart #640AAA

Tints of Purple Heart #640AAA

RGB

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

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

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

R = 35.71%
G = 3.57%
B = 60.71%

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

#640AAA (or 0x640AAA) is known color: Purple Heart. HEX triplet: 64, 0A and AA. RGB value is (100,10,170). Sum of RGB (Red+Green+Blue) = 100+10+170=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #640AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640AAA is #9BF555. Grayscale: #363636. Windows color (decimal): -10220886 or 11143780. OLE color: 11143780.

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

Color convert

RGB 100 10 170 -
CMYK 0.41 0.94 0 0.33
HSL 273.75º 0.89% 0.35% -
HSV(B) 273.75º 0.94% 0.67% -
XYZ 12.62 5.83 38.49 -
YUV 55.15 192.82 159.99 -
System Red Green Blue C M Y K H S L
Decimal 100 10 170 0.41 0.94 0 0.33 273.75 0.89 0.35
Hex 64 A AA 29 5E 0 21 112 59 23
Octal 144 12 252 51 136 0 41 422 131 43
Binary 1100100 1010 10101010 101001 1011110 0 100001 100010010 1011001 100011

Color Harmonies of #640AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640AAA

Black with #640AAA

Text Example


Text Example

White with #640AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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