Html Css Color HEX #660AAA Purple Heart

📋 copy color: '#660AAA'

red 102 ◦ green 10 ◦ blue 170

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

Shades of Purple Heart #660AAA

Tints of Purple Heart #660AAA

RGB

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

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

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

R = 36.17%
G = 3.55%
B = 60.28%

CMYK

 C value IS 0.4

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#660AAA (or 0x660AAA) is known color: Purple Heart. HEX triplet: 66, 0A and AA. RGB value is (102,10,170). Sum of RGB (Red+Green+Blue) = 102+10+170=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #660AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660AAA is #99F555. Grayscale: #373737. Windows color (decimal): -10089814 or 11143782. OLE color: 11143782.

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

Color convert

RGB 102 10 170 -
CMYK 0.4 0.94 0 0.33
HSL 274.5º 0.89% 0.35% -
HSV(B) 274.5º 0.94% 0.67% -
XYZ 12.84 5.94 38.5 -
YUV 55.75 192.48 160.99 -
System Red Green Blue C M Y K H S L
Decimal 102 10 170 0.4 0.94 0 0.33 274.5 0.89 0.35
Hex 66 A AA 28 5E 0 21 112 59 23
Octal 146 12 252 50 136 0 41 422 131 43
Binary 1100110 1010 10101010 101000 1011110 0 100001 100010010 1011001 100011

Color Harmonies of #660AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660AAA

Black with #660AAA

Text Example


Text Example

White with #660AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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