#5D39DE

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

Shades of Purple Heart #5D39DE

Tints of Purple Heart #5D39DE

Color information

#5D39DE (or 0x5D39DE) is unknown color: approx Purple Heart. HEX triplet: 5D, 39 and DE. RGB value is (93,57,222). Sum of RGB (Red+Green+Blue) = 93+57+222=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #5D39DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D39DE is #A2C621. Grayscale: #555555. Windows color (decimal): -10667554 or 14563677. OLE color: 14563677.

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

Color convert

RGB9357222-
CMYK0.580.7400.13
HSL253.09º71.43%54.71%-
HSV(B)253.09º74.32%87.06%-
XYZ19.1610.5370.13-
YUV86.57204.43132.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25%
GREEN value IS 57 (22.66% from 255) = 15.32%
BLUE value IS 222 (87.11% from 255) = 59.68%
R=25%
G=15.32%
B=59.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal93572220.580.7400.13253.0971.4354.71
Hex5D39DE3A4A0Dfd4737
Octal135713367211201537510767
Binary101110111100111011110111010100101001101111111011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D39DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,57,222); }

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

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

 a { background-color: rgb(93,57,222); }

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

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

 span { border-color: rgb(93,57,222); }

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