#5E36C7

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

Shades of Purple Heart #5E36C7

Tints of Purple Heart #5E36C7

Color information

#5E36C7 (or 0x5E36C7) is unknown color: approx Purple Heart. HEX triplet: 5E, 36 and C7. RGB value is (94,54,199). Sum of RGB (Red+Green+Blue) = 94+54+199=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 199 (78.12% from 255 or 57.35% from 347); Max value from RGB is 199 - color contains mainly: blue. Hex color #5E36C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E36C7 is #A1C938. Grayscale: #515151. Windows color (decimal): -10602809 or 13055582. OLE color: 13055582.

HSL color Cylindrical-coordinate representation of color #5E36C7: hue angle of 256.55º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E36C7 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9454199-
CMYK0.530.7300.22
HSL256.55º57.31%49.61%-
HSV(B)256.55º72.86%78.04%-
XYZ16.249.1454.94-
YUV82.49193.75136.21-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.09%
GREEN value IS 54 (21.48% from 255) = 15.56%
BLUE value IS 199 (78.12% from 255) = 57.35%
R=27.09%
G=15.56%
B=57.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal94541990.530.7300.22256.5557.3149.61
Hex5E36C735490161013932
Octal13666307651110264017162
Binary1011110110110110001111101011001001010110100000001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E36C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,54,199); }

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

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

 a { background-color: rgb(94,54,199); }

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

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

 span { border-color: rgb(94,54,199); }

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