#5E2BAE

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

Shades of Purple Heart #5E2BAE

Tints of Purple Heart #5E2BAE

Color information

#5E2BAE (or 0x5E2BAE) is unknown color: approx Purple Heart. HEX triplet: 5E, 2B and AE. RGB value is (94,43,174). Sum of RGB (Red+Green+Blue) = 94+43+174=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E2BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2BAE is #A1D451. Grayscale: #484848. Windows color (decimal): -10605650 or 11414366. OLE color: 11414366.

HSL color Cylindrical-coordinate representation of color #5E2BAE: hue angle of 263.36º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E2BAE is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9443174-
CMYK0.460.7500.32
HSL263.36º60.37%42.55%-
HSV(B)263.36º75.29%68.24%-
XYZ13.127.1640.74-
YUV73.18184.9142.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.23%
GREEN value IS 43 (17.19% from 255) = 13.83%
BLUE value IS 174 (68.36% from 255) = 55.95%
R=30.23%
G=13.83%
B=55.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94431740.460.7500.32263.3660.3742.55
Hex5E2BAE2E4B0201073c2b
Octal13653256561130404077453
Binary10111101010111010111010111010010110100000100000111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,43,174); }

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

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

 a { background-color: rgb(94,43,174); }

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

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

 span { border-color: rgb(94,43,174); }

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