#660AAA

Color #660AAA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #660AAA

Tints of Purple Heart #660AAA

Color information

#660AAA (or 0x660AAA) is unknown color: approx 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

RGB10210170-
CMYK0.40.9400.33
HSL274.5º88.89%35.29%-
HSV(B)274.5º94.12%66.67%-
XYZ12.845.9438.5-
YUV55.75192.48160.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.17%
GREEN value IS 10 (4.30% from 255) = 3.55%
BLUE value IS 170 (66.80% from 255) = 60.28%
R=36.17%
G=3.55%
B=60.28%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102101700.40.9400.33274.588.8935.29
Hex66AAA285E0211125923
Octal146122525013604142213143
Binary1100110101010101010101000101111001000011000100101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>