Html Css Color HEX #660AAD Purple Heart

📋 copy color: '#660AAD'

red 102 ◦ green 10 ◦ blue 173

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

Shades of Purple Heart #660AAD

Tints of Purple Heart #660AAD

RGB

 RED value IS 102 (40.23% from 255) = 35.79%

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

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

R = 35.79%
G = 3.51%
B = 60.7%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#660AAD (or 0x660AAD) is known color: Purple Heart. HEX triplet: 66, 0A and AD. RGB value is (102,10,173). Sum of RGB (Red+Green+Blue) = 102+10+173=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #660AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660AAD is #99F552. Grayscale: #373737. Windows color (decimal): -10089811 or 11340390. OLE color: 11340390.

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

Color convert

RGB 102 10 173 -
CMYK 0.41 0.94 0 0.32
HSL 273.87º 0.89% 0.36% -
HSV(B) 273.87º 0.94% 0.68% -
XYZ 13.13 6.06 40.01 -
YUV 56.09 193.98 160.75 -
System Red Green Blue C M Y K H S L
Decimal 102 10 173 0.41 0.94 0 0.32 273.87 0.89 0.36
Hex 66 A AD 29 5E 0 20 112 59 24
Octal 146 12 255 51 136 0 40 422 131 44
Binary 1100110 1010 10101101 101001 1011110 0 100000 100010010 1011001 100100

Color Harmonies of #660AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660AAD

Black with #660AAD

Text Example


Text Example

White with #660AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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