#5A0EBC

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

Shades of Purple Heart #5A0EBC

Tints of Purple Heart #5A0EBC

Color information

#5A0EBC (or 0x5A0EBC) is unknown color: approx Purple Heart. HEX triplet: 5A, 0E and BC. RGB value is (90,14,188). Sum of RGB (Red+Green+Blue) = 90+14+188=292 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.82% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A0EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0EBC is #A5F143. Grayscale: #373737. Windows color (decimal): -10875204 or 12324442. OLE color: 12324442.

HSL color Cylindrical-coordinate representation of color #5A0EBC: hue angle of 266.21º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0EBC is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9014188-
CMYK0.520.9300.26
HSL266.21º86.14%39.61%-
HSV(B)266.21º92.55%73.73%-
XYZ13.456.1248.05-
YUV56.56202.18151.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.82%
GREEN value IS 14 (5.86% from 255) = 4.79%
BLUE value IS 188 (73.83% from 255) = 64.38%
R=30.82%
G=4.79%
B=64.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal90141880.520.9300.26266.2186.1439.61
Hex5AEBC345D01A10a5628
Octal132162746413503241212650
Binary101101011101011110011010010111010110101000010101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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