#5D39CE

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

Shades of Purple Heart #5D39CE

Tints of Purple Heart #5D39CE

Color information

#5D39CE (or 0x5D39CE) is unknown color: approx Purple Heart. HEX triplet: 5D, 39 and CE. RGB value is (93,57,206). Sum of RGB (Red+Green+Blue) = 93+57+206=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D39CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D39CE is #A2C631. Grayscale: #545454. Windows color (decimal): -10667570 or 13515101. OLE color: 13515101.

HSL color Cylindrical-coordinate representation of color #5D39CE: hue angle of 254.5º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D39CE is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9357206-
CMYK0.550.7200.19
HSL254.5º60.32%51.57%-
HSV(B)254.5º72.33%80.78%-
XYZ17.129.7159.36-
YUV84.75196.43133.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.12%
GREEN value IS 57 (22.66% from 255) = 16.01%
BLUE value IS 206 (80.86% from 255) = 57.87%
R=26.12%
G=16.01%
B=57.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal93572060.550.7200.19254.560.3251.57
Hex5D39CE3748013fe3c34
Octal13571316671100233767464
Binary101110111100111001110110111100100001001111111110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D39CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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