#5A20AB

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

Shades of Purple Heart #5A20AB

Tints of Purple Heart #5A20AB

Color information

#5A20AB (or 0x5A20AB) is unknown color: approx Purple Heart. HEX triplet: 5A, 20 and AB. RGB value is (90,32,171). Sum of RGB (Red+Green+Blue) = 90+32+171=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A20AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A20AB is #A5DF54. Grayscale: #404040. Windows color (decimal): -10870613 or 11214938. OLE color: 11214938.

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

Color convert

RGB9032171-
CMYK0.470.8100.33
HSL265.04º68.47%39.8%-
HSV(B)265.04º81.29%67.06%-
XYZ12.086.1539.08-
YUV65.19187.72145.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.72%
GREEN value IS 32 (12.89% from 255) = 10.92%
BLUE value IS 171 (67.19% from 255) = 58.36%
R=30.72%
G=10.92%
B=58.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90321710.470.8100.33265.0468.4739.8
Hex5A20AB2F510211094428
Octal132402535712104141110450
Binary101101010000010101011101111101000101000011000010011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A20AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,32,171); }

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

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

 a { background-color: rgb(90,32,171); }

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

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

 span { border-color: rgb(90,32,171); }

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