#5D2DE0

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

Shades of Purple Heart #5D2DE0

Tints of Purple Heart #5D2DE0

Color information

#5D2DE0 (or 0x5D2DE0) is unknown color: approx Purple Heart. HEX triplet: 5D, 2D and E0. RGB value is (93,45,224). Sum of RGB (Red+Green+Blue) = 93+45+224=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 224 (87.89% from 255 or 61.88% from 362); Max value from RGB is 224 - color contains mainly: blue. Hex color #5D2DE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2DE0 is #A2D21F. Grayscale: #4F4F4F. Windows color (decimal): -10670624 or 14691677. OLE color: 14691677.

HSL color Cylindrical-coordinate representation of color #5D2DE0: hue angle of 256.09º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D2DE0 is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9345224-
CMYK0.580.8000.12
HSL256.09º74.27%52.75%-
HSV(B)256.09º79.91%87.84%-
XYZ18.919.5971.37-
YUV79.76209.4137.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.69%
GREEN value IS 45 (17.97% from 255) = 12.43%
BLUE value IS 224 (87.89% from 255) = 61.88%
R=25.69%
G=12.43%
B=61.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal93452240.580.8000.12256.0974.2752.75
Hex5D2DE03A500C1004a35
Octal135553407212001440011265
Binary1011101101101111000001110101010000011001000000001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,45,224); }

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

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

 a { background-color: rgb(93,45,224); }

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

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

 span { border-color: rgb(93,45,224); }

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