#5E39CD

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

Shades of Purple Heart #5E39CD

Tints of Purple Heart #5E39CD

Color information

#5E39CD (or 0x5E39CD) is unknown color: approx Purple Heart. HEX triplet: 5E, 39 and CD. RGB value is (94,57,205). Sum of RGB (Red+Green+Blue) = 94+57+205=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E39CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E39CD is #A1C632. Grayscale: #545454. Windows color (decimal): -10602035 or 13449566. OLE color: 13449566.

HSL color Cylindrical-coordinate representation of color #5E39CD: hue angle of 255º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E39CD is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9457205-
CMYK0.540.7200.20
HSL255º59.68%51.37%-
HSV(B)255º72.2%80.39%-
XYZ17.19.7158.73-
YUV84.94195.76134.47-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.40%
GREEN value IS 57 (22.66% from 255) = 16.01%
BLUE value IS 205 (80.47% from 255) = 57.58%
R=26.40%
G=16.01%
B=57.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal94572050.540.7200.2025559.6851.37
Hex5E39CD3648014ff3c33
Octal13671315661100243777463
Binary101111011100111001101110110100100001010011111111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E39CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,57,205); }

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

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

 a { background-color: rgb(94,57,205); }

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

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

 span { border-color: rgb(94,57,205); }

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