#662eae

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

Shades of Purple Heart #662EAE

Tints of Purple Heart #662EAE

Color information

#662EAE (or 0x662EAE) is unknown color: approx Purple Heart. HEX triplet: 66, 2E and AE. RGB value is (102,46,174). Sum of RGB (Red+Green+Blue) = 102+46+174=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #662EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662EAE is #99D151. Grayscale: #4C4C4C. Windows color (decimal): -10080594 or 11415142. OLE color: 11415142.

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

Color convert

RGB10246174-
CMYK0.410.7400.32
HSL266.25º58.18%43.14%-
HSV(B)266.25º73.56%68.24%-
XYZ14.17.8340.81-
YUV77.34182.55145.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.68%
GREEN value IS 46 (18.36% from 255) = 14.29%
BLUE value IS 174 (68.36% from 255) = 54.04%
R=31.68%
G=14.29%
B=54.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102461740.410.7400.32266.2558.1843.14
Hex662EAE294A02010a3a2b
Octal14656256511120404127253
Binary11001101011101010111010100110010100100000100001010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662eae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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