#5A1EA2

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

Shades of Purple Heart #5A1EA2

Tints of Purple Heart #5A1EA2

Color information

#5A1EA2 (or 0x5A1EA2) is unknown color: approx Purple Heart. HEX triplet: 5A, 1E and A2. RGB value is (90,30,162). Sum of RGB (Red+Green+Blue) = 90+30+162=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 162 (63.67% from 255 or 57.45% from 282); Max value from RGB is 162 - color contains mainly: blue. Hex color #5A1EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1EA2 is #A5E15D. Grayscale: #3E3E3E. Windows color (decimal): -10871134 or 10624602. OLE color: 10624602.

HSL color Cylindrical-coordinate representation of color #5A1EA2: hue angle of 267.27º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A1EA2 is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9030162-
CMYK0.440.8100.36
HSL267.27º68.75%37.65%-
HSV(B)267.27º81.48%63.53%-
XYZ11.25.7134.69-
YUV62.99183.88147.27-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.91%
GREEN value IS 30 (12.11% from 255) = 10.64%
BLUE value IS 162 (63.67% from 255) = 57.45%
R=31.91%
G=10.64%
B=57.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90301620.440.8100.36267.2768.7537.65
Hex5A1EA22C5102410b4526
Octal132362425412104441310546
Binary10110101111010100010101100101000101001001000010111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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