#5A15A3

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

Shades of Purple Heart #5A15A3

Tints of Purple Heart #5A15A3

Color information

#5A15A3 (or 0x5A15A3) is unknown color: approx Purple Heart. HEX triplet: 5A, 15 and A3. RGB value is (90,21,163). Sum of RGB (Red+Green+Blue) = 90+21+163=274 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.85% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 163 (64.06% from 255 or 59.49% from 274); Max value from RGB is 163 - color contains mainly: blue. Hex color #5A15A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A15A3 is #A5EA5C. Grayscale: #393939. Windows color (decimal): -10873437 or 10687834. OLE color: 10687834.

HSL color Cylindrical-coordinate representation of color #5A15A3: hue angle of 269.15º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A15A3 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9021163-
CMYK0.450.8700.36
HSL269.15º77.17%36.08%-
HSV(B)269.15º87.12%63.92%-
XYZ11.15.3535.1-
YUV57.82187.36150.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.85%
GREEN value IS 21 (8.59% from 255) = 7.66%
BLUE value IS 163 (64.06% from 255) = 59.49%
R=32.85%
G=7.66%
B=59.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90211630.450.8700.36269.1577.1736.08
Hex5A15A32D5702410d4d24
Octal132252435512704441511544
Binary10110101010110100011101101101011101001001000011011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A15A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,21,163); }

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

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

 a { background-color: rgb(90,21,163); }

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

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

 span { border-color: rgb(90,21,163); }

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