#5A1EAB

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

Shades of Purple Heart #5A1EAB

Tints of Purple Heart #5A1EAB

Color information

#5A1EAB (or 0x5A1EAB) is unknown color: approx Purple Heart. HEX triplet: 5A, 1E and AB. RGB value is (90,30,171). Sum of RGB (Red+Green+Blue) = 90+30+171=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A1EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1EAB is #A5E154. Grayscale: #3F3F3F. Windows color (decimal): -10871125 or 11214426. OLE color: 11214426.

HSL color Cylindrical-coordinate representation of color #5A1EAB: hue angle of 265.53º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A1EAB is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9030171-
CMYK0.470.8200.33
HSL265.53º70.15%39.41%-
HSV(B)265.53º82.46%67.06%-
XYZ12.036.0439.06-
YUV64.01188.38146.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.93%
GREEN value IS 30 (12.11% from 255) = 10.31%
BLUE value IS 171 (67.19% from 255) = 58.76%
R=30.93%
G=10.31%
B=58.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90301710.470.8200.33265.5370.1539.41
Hex5A1EAB2F5202110a4627
Octal132362535712204141210647
Binary10110101111010101011101111101001001000011000010101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,30,171); }

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

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

 a { background-color: rgb(90,30,171); }

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

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

 span { border-color: rgb(90,30,171); }

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