#5A32D0

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

Shades of Purple Heart #5A32D0

Tints of Purple Heart #5A32D0

Color information

#5A32D0 (or 0x5A32D0) is unknown color: approx Purple Heart. HEX triplet: 5A, 32 and D0. RGB value is (90,50,208). Sum of RGB (Red+Green+Blue) = 90+50+208=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 208 (81.64% from 255 or 59.77% from 348); Max value from RGB is 208 - color contains mainly: blue. Hex color #5A32D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A32D0 is #A5CD2F. Grayscale: #4F4F4F. Windows color (decimal): -10865968 or 13644378. OLE color: 13644378.

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

Color convert

RGB9050208-
CMYK0.570.7600.18
HSL255.19º62.7%50.59%-
HSV(B)255.19º75.96%81.57%-
XYZ16.749.0160.53-
YUV79.97200.25135.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.86%
GREEN value IS 50 (19.92% from 255) = 14.37%
BLUE value IS 208 (81.64% from 255) = 59.77%
R=25.86%
G=14.37%
B=59.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal90502080.570.7600.18255.1962.750.59
Hex5A32D0394C012ff3f33
Octal13262320711140223777763
Binary101101011001011010000111001100110001001011111111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A32D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,50,208); }

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

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

 a { background-color: rgb(90,50,208); }

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

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

 span { border-color: rgb(90,50,208); }

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