#5B2EA9

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

Shades of Purple Heart #5B2EA9

Tints of Purple Heart #5B2EA9

Color information

#5B2EA9 (or 0x5B2EA9) is unknown color: approx Purple Heart. HEX triplet: 5B, 2E and A9. RGB value is (91,46,169). Sum of RGB (Red+Green+Blue) = 91+46+169=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 169 (66.41% from 255 or 55.23% from 306); Max value from RGB is 169 - color contains mainly: blue. Hex color #5B2EA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2EA9 is #A4D156. Grayscale: #494949. Windows color (decimal): -10801495 or 11087451. OLE color: 11087451.

HSL color Cylindrical-coordinate representation of color #5B2EA9: hue angle of 261.95º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B2EA9 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9146169-
CMYK0.460.7300.34
HSL261.95º57.21%42.16%-
HSV(B)261.95º72.78%66.27%-
XYZ12.457.0438.24-
YUV73.48181.91140.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.74%
GREEN value IS 46 (18.36% from 255) = 15.03%
BLUE value IS 169 (66.41% from 255) = 55.23%
R=29.74%
G=15.03%
B=55.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91461690.460.7300.34261.9557.2142.16
Hex5B2EA92E49022106392a
Octal13356251561110424067152
Binary10110111011101010100110111010010010100010100000110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,46,169); }

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

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

 a { background-color: rgb(91,46,169); }

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

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

 span { border-color: rgb(91,46,169); }

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