#5B1AA9

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

Shades of Purple Heart #5B1AA9

Tints of Purple Heart #5B1AA9

Color information

#5B1AA9 (or 0x5B1AA9) is unknown color: approx Purple Heart. HEX triplet: 5B, 1A and A9. RGB value is (91,26,169). Sum of RGB (Red+Green+Blue) = 91+26+169=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 169 (66.41% from 255 or 59.09% from 286); Max value from RGB is 169 - color contains mainly: blue. Hex color #5B1AA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1AA9 is #A4E556. Grayscale: #3D3D3D. Windows color (decimal): -10806615 or 11082331. OLE color: 11082331.

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

Color convert

RGB9126169-
CMYK0.460.8500.34
HSL267.27º73.33%38.24%-
HSV(B)267.27º84.62%66.27%-
XYZ11.855.8338.04-
YUV61.74188.53148.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.82%
GREEN value IS 26 (10.55% from 255) = 9.09%
BLUE value IS 169 (66.41% from 255) = 59.09%
R=31.82%
G=9.09%
B=59.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91261690.460.8500.34267.2773.3338.24
Hex5B1AA92E5502210b4926
Octal133322515612504241311146
Binary10110111101010101001101110101010101000101000010111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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