#662FAE

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

Shades of Purple Heart #662FAE

Tints of Purple Heart #662FAE

Color information

#662FAE (or 0x662FAE) is unknown color: approx Purple Heart. HEX triplet: 66, 2F and AE. RGB value is (102,47,174). Sum of RGB (Red+Green+Blue) = 102+47+174=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #662FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662FAE is #99D051. Grayscale: #4D4D4D. Windows color (decimal): -10080338 or 11415398. OLE color: 11415398.

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

Color convert

RGB10247174-
CMYK0.410.7300.32
HSL265.98º57.47%43.33%-
HSV(B)265.98º72.99%68.24%-
XYZ14.147.9140.83-
YUV77.92182.22145.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.58%
GREEN value IS 47 (18.75% from 255) = 14.55%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=31.58%
G=14.55%
B=53.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102471740.410.7300.32265.9857.4743.33
Hex662FAE294902010a392b
Octal14657256511110404127153
Binary11001101011111010111010100110010010100000100001010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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