Html Css Color HEX #640AAD Purple Heart

📋 copy color: '#640AAD'

red 100 ◦ green 10 ◦ blue 173

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

Shades of Purple Heart #640AAD

Tints of Purple Heart #640AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 61.13%

R = 35.34%
G = 3.53%
B = 61.13%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#640AAD (or 0x640AAD) is known color: Purple Heart. HEX triplet: 64, 0A and AD. RGB value is (100,10,173). Sum of RGB (Red+Green+Blue) = 100+10+173=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #640AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640AAD is #9BF552. Grayscale: #363636. Windows color (decimal): -10220883 or 11340388. OLE color: 11340388.

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

Color convert

RGB 100 10 173 -
CMYK 0.42 0.94 0 0.32
HSL 273.13º 0.89% 0.36% -
HSV(B) 273.13º 0.94% 0.68% -
XYZ 12.91 5.94 40 -
YUV 55.49 194.32 159.75 -
System Red Green Blue C M Y K H S L
Decimal 100 10 173 0.42 0.94 0 0.32 273.13 0.89 0.36
Hex 64 A AD 2A 5E 0 20 111 59 24
Octal 144 12 255 52 136 0 40 421 131 44
Binary 1100100 1010 10101101 101010 1011110 0 100000 100010001 1011001 100100

Color Harmonies of #640AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640AAD

Black with #640AAD

Text Example


Text Example

White with #640AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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