#5B2BA9

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

Shades of Purple Heart #5B2BA9

Tints of Purple Heart #5B2BA9

Color information

#5B2BA9 (or 0x5B2BA9) is unknown color: approx Purple Heart. HEX triplet: 5B, 2B and A9. RGB value is (91,43,169). Sum of RGB (Red+Green+Blue) = 91+43+169=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 169 (66.41% from 255 or 55.78% from 303); Max value from RGB is 169 - color contains mainly: blue. Hex color #5B2BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2BA9 is #A4D456. Grayscale: #474747. Windows color (decimal): -10802263 or 11086683. OLE color: 11086683.

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

Color convert

RGB9143169-
CMYK0.460.7500.34
HSL262.86º59.43%41.57%-
HSV(B)262.86º74.56%66.27%-
XYZ12.346.8238.2-
YUV71.72182.9141.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.03%
GREEN value IS 43 (17.19% from 255) = 14.19%
BLUE value IS 169 (66.41% from 255) = 55.78%
R=30.03%
G=14.19%
B=55.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91431690.460.7500.34262.8659.4341.57
Hex5B2BA92E4B0221073b2a
Octal13353251561130424077352
Binary10110111010111010100110111010010110100010100000111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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