#5E1BAE

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

Shades of Purple Heart #5E1BAE

Tints of Purple Heart #5E1BAE

Color information

#5E1BAE (or 0x5E1BAE) is unknown color: approx Purple Heart. HEX triplet: 5E, 1B and AE. RGB value is (94,27,174). Sum of RGB (Red+Green+Blue) = 94+27+174=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E1BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E1BAE is #A1E451. Grayscale: #3F3F3F. Windows color (decimal): -10609746 or 11410270. OLE color: 11410270.

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

Color convert

RGB9427174-
CMYK0.460.8400.32
HSL267.35º73.13%39.41%-
HSV(B)267.35º84.48%68.24%-
XYZ12.656.2240.58-
YUV63.79190.2149.55-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.86%
GREEN value IS 27 (10.94% from 255) = 9.15%
BLUE value IS 174 (68.36% from 255) = 58.98%
R=31.86%
G=9.15%
B=58.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94271740.460.8400.32267.3573.1339.41
Hex5E1BAE2E5402010b4927
Octal136332565612404041311147
Binary10111101101110101110101110101010001000001000010111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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