#5a2dc1

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

Shades of Purple Heart #5A2DC1

Tints of Purple Heart #5A2DC1

Color information

#5A2DC1 (or 0x5A2DC1) is unknown color: approx Purple Heart. HEX triplet: 5A, 2D and C1. RGB value is (90,45,193). Sum of RGB (Red+Green+Blue) = 90+45+193=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 193 (75.78% from 255 or 58.84% from 328); Max value from RGB is 193 - color contains mainly: blue. Hex color #5A2DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2DC1 is #A5D23E. Grayscale: #4A4A4A. Windows color (decimal): -10867263 or 12660058. OLE color: 12660058.

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

Color convert

RGB9045193-
CMYK0.530.7700.24
HSL258.24º62.18%46.67%-
HSV(B)258.24º76.68%75.69%-
XYZ14.787.951.2-
YUV75.33194.41138.47-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.44%
GREEN value IS 45 (17.97% from 255) = 13.72%
BLUE value IS 193 (75.78% from 255) = 58.84%
R=27.44%
G=13.72%
B=58.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal90451930.530.7700.24258.2462.1846.67
Hex5A2DC1354D0181023e2f
Octal13255301651150304027657
Binary1011010101101110000011101011001101011000100000010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a2dc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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