#5D2AB4

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

Shades of Purple Heart #5D2AB4

Tints of Purple Heart #5D2AB4

Color information

#5D2AB4 (or 0x5D2AB4) is unknown color: approx Purple Heart. HEX triplet: 5D, 2A and B4. RGB value is (93,42,180). Sum of RGB (Red+Green+Blue) = 93+42+180=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 180 (70.70% from 255 or 57.14% from 315); Max value from RGB is 180 - color contains mainly: blue. Hex color #5D2AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2AB4 is #A2D54B. Grayscale: #484848. Windows color (decimal): -10671436 or 11807325. OLE color: 11807325.

HSL color Cylindrical-coordinate representation of color #5D2AB4: hue angle of 262.17º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D2AB4 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9342180-
CMYK0.480.7700.29
HSL262.17º62.16%43.53%-
HSV(B)262.17º76.67%70.59%-
XYZ13.587.2843.87-
YUV72.98188.4142.28-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.52%
GREEN value IS 42 (16.80% from 255) = 13.33%
BLUE value IS 180 (70.70% from 255) = 57.14%
R=29.52%
G=13.33%
B=57.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal93421800.480.7700.29262.1762.1643.53
Hex5D2AB4304D01D1063e2c
Octal13552264601150354067654
Binary1011101101010101101001100001001101011101100000110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,42,180); }

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

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

 a { background-color: rgb(93,42,180); }

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

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

 span { border-color: rgb(93,42,180); }

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