#5D21AE

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

Shades of Purple Heart #5D21AE

Tints of Purple Heart #5D21AE

Color information

#5D21AE (or 0x5D21AE) is unknown color: approx Purple Heart. HEX triplet: 5D, 21 and AE. RGB value is (93,33,174). Sum of RGB (Red+Green+Blue) = 93+33+174=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D21AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D21AE is #A2DE51. Grayscale: #424242. Windows color (decimal): -10673746 or 11411805. OLE color: 11411805.

HSL color Cylindrical-coordinate representation of color #5D21AE: hue angle of 265.53º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D21AE is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9333174-
CMYK0.470.8100.32
HSL265.53º68.12%40.59%-
HSV(B)265.53º81.03%68.24%-
XYZ12.76.4740.62-
YUV67.01188.38146.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31%
GREEN value IS 33 (13.28% from 255) = 11%
BLUE value IS 174 (68.36% from 255) = 58%
R=31%
G=11%
B=58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93331740.470.8100.32265.5368.1240.59
Hex5D21AE2F5102010a4429
Octal135412565712104041210451
Binary101110110000110101110101111101000101000001000010101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D21AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,33,174); }

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

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

 a { background-color: rgb(93,33,174); }

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

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

 span { border-color: rgb(93,33,174); }

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