#5A0EC6

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

Shades of Purple Heart #5A0EC6

Tints of Purple Heart #5A0EC6

Color information

#5A0EC6 (or 0x5A0EC6) is unknown color: approx Purple Heart. HEX triplet: 5A, 0E and C6. RGB value is (90,14,198). Sum of RGB (Red+Green+Blue) = 90+14+198=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 198 (77.73% from 255 or 65.56% from 302); Max value from RGB is 198 - color contains mainly: blue. Hex color #5A0EC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0EC6 is #A5F139. Grayscale: #393939. Windows color (decimal): -10875194 or 12979802. OLE color: 12979802.

HSL color Cylindrical-coordinate representation of color #5A0EC6: hue angle of 264.78º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0EC6 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9014198-
CMYK0.550.9300.22
HSL264.78º86.79%41.57%-
HSV(B)264.78º92.93%77.65%-
XYZ14.576.5653.93-
YUV57.7207.18151.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.80%
GREEN value IS 14 (5.86% from 255) = 4.64%
BLUE value IS 198 (77.73% from 255) = 65.56%
R=29.80%
G=4.64%
B=65.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal90141980.550.9300.22264.7886.7941.57
Hex5AEC6375D016109572a
Octal132163066713502641112752
Binary101101011101100011011011110111010101101000010011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,14,198); }

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

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

 a { background-color: rgb(90,14,198); }

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

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

 span { border-color: rgb(90,14,198); }

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