#662AAE

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

Shades of Purple Heart #662AAE

Tints of Purple Heart #662AAE

Color information

#662AAE (or 0x662AAE) is unknown color: approx Purple Heart. HEX triplet: 66, 2A and AE. RGB value is (102,42,174). Sum of RGB (Red+Green+Blue) = 102+42+174=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #662AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662AAE is #99D551. Grayscale: #4A4A4A. Windows color (decimal): -10081618 or 11414118. OLE color: 11414118.

HSL color Cylindrical-coordinate representation of color #662AAE: hue angle of 267.27º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #662AAE is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10242174-
CMYK0.410.7600.32
HSL267.27º61.11%42.35%-
HSV(B)267.27º75.86%68.24%-
XYZ13.957.5440.76-
YUV74.99183.88147.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.08%
GREEN value IS 42 (16.80% from 255) = 13.21%
BLUE value IS 174 (68.36% from 255) = 54.72%
R=32.08%
G=13.21%
B=54.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102421740.410.7600.32267.2761.1142.35
Hex662AAE294C02010b3d2a
Octal14652256511140404137552
Binary11001101010101010111010100110011000100000100001011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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