#5a22a8

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

Shades of Purple Heart #5A22A8

Tints of Purple Heart #5A22A8

Color information

#5A22A8 (or 0x5A22A8) is unknown color: approx Purple Heart. HEX triplet: 5A, 22 and A8. RGB value is (90,34,168). Sum of RGB (Red+Green+Blue) = 90+34+168=292 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.82% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 168 (66.02% from 255 or 57.53% from 292); Max value from RGB is 168 - color contains mainly: blue. Hex color #5A22A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A22A8 is #A5DD57. Grayscale: #414141. Windows color (decimal): -10870104 or 11018842. OLE color: 11018842.

HSL color Cylindrical-coordinate representation of color #5A22A8: hue angle of 265.07º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A22A8 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9034168-
CMYK0.460.8000.34
HSL265.07º66.34%39.61%-
HSV(B)265.07º79.76%65.88%-
XYZ11.866.1437.61-
YUV66.02185.55145.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.82%
GREEN value IS 34 (13.67% from 255) = 11.64%
BLUE value IS 168 (66.02% from 255) = 57.53%
R=30.82%
G=11.64%
B=57.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal90341680.460.8000.34265.0766.3439.61
Hex5A22A82E500221094228
Octal132422505612004241110250
Binary101101010001010101000101110101000001000101000010011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a22a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,34,168); }

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

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

 a { background-color: rgb(90,34,168); }

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

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

 span { border-color: rgb(90,34,168); }

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