#5A16A6

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

Shades of Purple Heart #5A16A6

Tints of Purple Heart #5A16A6

Color information

#5A16A6 (or 0x5A16A6) is unknown color: approx Purple Heart. HEX triplet: 5A, 16 and A6. RGB value is (90,22,166). Sum of RGB (Red+Green+Blue) = 90+22+166=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 166 (65.23% from 255 or 59.71% from 278); Max value from RGB is 166 - color contains mainly: blue. Hex color #5A16A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A16A6 is #A5E959. Grayscale: #3A3A3A. Windows color (decimal): -10873178 or 10884698. OLE color: 10884698.

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

Color convert

RGB9022166-
CMYK0.460.8700.35
HSL268.33º76.6%36.86%-
HSV(B)268.33º86.75%65.1%-
XYZ11.395.536.54-
YUV58.75188.53150.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.37%
GREEN value IS 22 (8.98% from 255) = 7.91%
BLUE value IS 166 (65.23% from 255) = 59.71%
R=32.37%
G=7.91%
B=59.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90221660.460.8700.35268.3376.636.86
Hex5A16A62E5702310c4d25
Octal132262465612704341411545
Binary10110101011010100110101110101011101000111000011001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A16A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,22,166); }

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

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

 a { background-color: rgb(90,22,166); }

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

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

 span { border-color: rgb(90,22,166); }

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