#5A19A7

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

Shades of Purple Heart #5A19A7

Tints of Purple Heart #5A19A7

Color information

#5A19A7 (or 0x5A19A7) is unknown color: approx Purple Heart. HEX triplet: 5A, 19 and A7. RGB value is (90,25,167). Sum of RGB (Red+Green+Blue) = 90+25+167=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 167 (65.62% from 255 or 59.22% from 282); Max value from RGB is 167 - color contains mainly: blue. Hex color #5A19A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A19A7 is #A5E658. Grayscale: #3C3C3C. Windows color (decimal): -10872409 or 10951002. OLE color: 10951002.

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

Color convert

RGB9025167-
CMYK0.460.8500.35
HSL267.46º73.96%37.65%-
HSV(B)267.46º85.03%65.49%-
XYZ11.545.6637.04-
YUV60.62188.03148.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.91%
GREEN value IS 25 (10.16% from 255) = 8.87%
BLUE value IS 167 (65.62% from 255) = 59.22%
R=31.91%
G=8.87%
B=59.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90251670.460.8500.35267.4673.9637.65
Hex5A19A72E5502310b4a26
Octal132312475612504341311246
Binary10110101100110100111101110101010101000111000010111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A19A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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