#660AAB

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

Shades of Purple Heart #660AAB

Tints of Purple Heart #660AAB

Color information

#660AAB (or 0x660AAB) is unknown color: approx Purple Heart. HEX triplet: 66, 0A and AB. RGB value is (102,10,171). Sum of RGB (Red+Green+Blue) = 102+10+171=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #660AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660AAB is #99F554. Grayscale: #373737. Windows color (decimal): -10089813 or 11209318. OLE color: 11209318.

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

Color convert

RGB10210171-
CMYK0.400.9400.33
HSL274.29º88.95%35.49%-
HSV(B)274.29º94.15%67.06%-
XYZ12.945.9839-
YUV55.86192.98160.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 10 (4.30% from 255) = 3.53%
BLUE value IS 171 (67.19% from 255) = 60.42%
R=36.04%
G=3.53%
B=60.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102101710.400.9400.33274.2988.9535.49
Hex66AAB285E0211125923
Octal146122535013604142213143
Binary1100110101010101011101000101111001000011000100101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #660AAB;
 }
 .AnyTagClassName
 {
   color: #660AAB;
 }
</style>
background-color css

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

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

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

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

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

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