#5A37D2

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

Shades of Purple Heart #5A37D2

Tints of Purple Heart #5A37D2

Color information

#5A37D2 (or 0x5A37D2) is unknown color: approx Purple Heart. HEX triplet: 5A, 37 and D2. RGB value is (90,55,210). Sum of RGB (Red+Green+Blue) = 90+55+210=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 210 (82.42% from 255 or 59.15% from 355); Max value from RGB is 210 - color contains mainly: blue. Hex color #5A37D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A37D2 is #A5C82D. Grayscale: #525252. Windows color (decimal): -10864686 or 13776730. OLE color: 13776730.

HSL color Cylindrical-coordinate representation of color #5A37D2: hue angle of 253.55º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A37D2 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9055210-
CMYK0.570.7400.18
HSL253.55º63.27%51.96%-
HSV(B)253.55º73.81%82.35%-
XYZ17.229.5661.91-
YUV83.14199.6132.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.35%
GREEN value IS 55 (21.88% from 255) = 15.49%
BLUE value IS 210 (82.42% from 255) = 59.15%
R=25.35%
G=15.49%
B=59.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal90552100.570.7400.18253.5563.2751.96
Hex5A37D2394A012fe3f34
Octal13267322711120223767764
Binary101101011011111010010111001100101001001011111110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A37D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,55,210); }

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

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

 a { background-color: rgb(90,55,210); }

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

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

 span { border-color: rgb(90,55,210); }

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