#5A19AA

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

Shades of Purple Heart #5A19AA

Tints of Purple Heart #5A19AA

Color information

#5A19AA (or 0x5A19AA) is unknown color: approx Purple Heart. HEX triplet: 5A, 19 and AA. RGB value is (90,25,170). Sum of RGB (Red+Green+Blue) = 90+25+170=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A19AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A19AA is #A5E655. Grayscale: #3C3C3C. Windows color (decimal): -10872406 or 11147610. OLE color: 11147610.

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

Color convert

RGB9025170-
CMYK0.470.8500.33
HSL266.9º74.36%38.24%-
HSV(B)266.9º85.29%66.67%-
XYZ11.825.7738.52-
YUV60.96189.53148.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.58%
GREEN value IS 25 (10.16% from 255) = 8.77%
BLUE value IS 170 (66.80% from 255) = 59.65%
R=31.58%
G=8.77%
B=59.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90251700.470.8500.33266.974.3638.24
Hex5A19AA2F5502110b4a26
Octal132312525712504141311246
Binary10110101100110101010101111101010101000011000010111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A19AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,25,170); }

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

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

 a { background-color: rgb(90,25,170); }

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

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

 span { border-color: rgb(90,25,170); }

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