#662AAB

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

Shades of Purple Heart #662AAB

Tints of Purple Heart #662AAB

Color information

#662AAB (or 0x662AAB) is unknown color: approx Purple Heart. HEX triplet: 66, 2A and AB. RGB value is (102,42,171). Sum of RGB (Red+Green+Blue) = 102+42+171=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #662AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662AAB is #99D554. Grayscale: #4A4A4A. Windows color (decimal): -10081621 or 11217510. OLE color: 11217510.

HSL color Cylindrical-coordinate representation of color #662AAB: hue angle of 267.91º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #662AAB is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10242171-
CMYK0.400.7500.33
HSL267.91º60.56%41.76%-
HSV(B)267.91º75.44%67.06%-
XYZ13.667.4239.24-
YUV74.65182.38147.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 42 (16.80% from 255) = 13.33%
BLUE value IS 171 (67.19% from 255) = 54.29%
R=32.38%
G=13.33%
B=54.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102421710.400.7500.33267.9160.5641.76
Hex662AAB284B02110c3d2a
Octal14652253501130414147552
Binary11001101010101010101110100010010110100001100001100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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