#5E06AE

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

Shades of Purple Heart #5E06AE

Tints of Purple Heart #5E06AE

Color information

#5E06AE (or 0x5E06AE) is unknown color: approx Purple Heart. HEX triplet: 5E, 06 and AE. RGB value is (94,6,174). Sum of RGB (Red+Green+Blue) = 94+6+174=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E06AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E06AE is #A1F951. Grayscale: #323232. Windows color (decimal): -10615122 or 11404894. OLE color: 11404894.

HSL color Cylindrical-coordinate representation of color #5E06AE: hue angle of 271.43º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E06AE is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB946174-
CMYK0.460.9700.32
HSL271.43º93.33%35.29%-
HSV(B)271.43º96.55%68.24%-
XYZ12.325.5740.47-
YUV51.46197.15158.34-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.31%
GREEN value IS 6 (2.73% from 255) = 2.19%
BLUE value IS 174 (68.36% from 255) = 63.50%
R=34.31%
G=2.19%
B=63.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9461740.460.9700.32271.4393.3335.29
Hex5E6AE2E6102010f5d23
Octal13662565614104041713543
Binary101111011010101110101110110000101000001000011111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E06AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E06AE; }

 p { color: rgb(94,6,174); }

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

<style>
 a { background-color: #5E06AE; }

 a { background-color: rgb(94,6,174); }

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

<style>
 span { border-color: #5E06AE; }

 span { border-color: rgb(94,6,174); }

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