#5E36BE

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

Shades of Purple Heart #5E36BE

Tints of Purple Heart #5E36BE

Color information

#5E36BE (or 0x5E36BE) is unknown color: approx Purple Heart. HEX triplet: 5E, 36 and BE. RGB value is (94,54,190). Sum of RGB (Red+Green+Blue) = 94+54+190=338 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.81% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E36BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E36BE is #A1C941. Grayscale: #505050. Windows color (decimal): -10602818 or 12465758. OLE color: 12465758.

HSL color Cylindrical-coordinate representation of color #5E36BE: hue angle of 257.65º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E36BE is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9454190-
CMYK0.510.7200.25
HSL257.65º55.74%47.84%-
HSV(B)257.65º71.58%74.51%-
XYZ15.238.7449.6-
YUV81.46189.25136.94-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.81%
GREEN value IS 54 (21.48% from 255) = 15.98%
BLUE value IS 190 (74.61% from 255) = 56.21%
R=27.81%
G=15.98%
B=56.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal94541900.510.7200.25257.6555.7447.84
Hex5E36BE33480191023830
Octal13666276631100314027060
Binary1011110110110101111101100111001000011001100000010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E36BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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