#5D34DD

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

Shades of Purple Heart #5D34DD

Tints of Purple Heart #5D34DD

Color information

#5D34DD (or 0x5D34DD) is unknown color: approx Purple Heart. HEX triplet: 5D, 34 and DD. RGB value is (93,52,221). Sum of RGB (Red+Green+Blue) = 93+52+221=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #5D34DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D34DD is #A2CB22. Grayscale: #525252. Windows color (decimal): -10668835 or 14496861. OLE color: 14496861.

HSL color Cylindrical-coordinate representation of color #5D34DD: hue angle of 254.56º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D34DD is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9352221-
CMYK0.580.7600.13
HSL254.56º71.31%53.53%-
HSV(B)254.56º76.47%86.67%-
XYZ18.791069.35-
YUV83.52205.58134.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.41%
GREEN value IS 52 (20.70% from 255) = 14.21%
BLUE value IS 221 (86.72% from 255) = 60.38%
R=25.41%
G=14.21%
B=60.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal93522210.580.7600.13254.5671.3153.53
Hex5D34DD3A4C0Dff4736
Octal135643357211401537710766
Binary101110111010011011101111010100110001101111111111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D34DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,52,221); }

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

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

 a { background-color: rgb(93,52,221); }

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

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

 span { border-color: rgb(93,52,221); }

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