#5A16C1

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

Shades of Purple Heart #5A16C1

Tints of Purple Heart #5A16C1

Color information

#5A16C1 (or 0x5A16C1) is unknown color: approx Purple Heart. HEX triplet: 5A, 16 and C1. RGB value is (90,22,193). Sum of RGB (Red+Green+Blue) = 90+22+193=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #5A16C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A16C1 is #A5E93E. Grayscale: #3D3D3D. Windows color (decimal): -10873151 or 12654170. OLE color: 12654170.

HSL color Cylindrical-coordinate representation of color #5A16C1: hue angle of 263.86º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A16C1 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9022193-
CMYK0.530.8900.24
HSL263.86º79.53%42.16%-
HSV(B)263.86º88.6%75.69%-
XYZ14.136.650.98-
YUV61.83202.03148.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.51%
GREEN value IS 22 (8.98% from 255) = 7.21%
BLUE value IS 193 (75.78% from 255) = 63.28%
R=29.51%
G=7.21%
B=63.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal90221930.530.8900.24263.8679.5342.16
Hex5A16C13559018108502a
Octal132263016513103041012052
Binary1011010101101100000111010110110010110001000010001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A16C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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