#5B22AB

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

Shades of Purple Heart #5B22AB

Tints of Purple Heart #5B22AB

Color information

#5B22AB (or 0x5B22AB) is unknown color: approx Purple Heart. HEX triplet: 5B, 22 and AB. RGB value is (91,34,171). Sum of RGB (Red+Green+Blue) = 91+34+171=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B22AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B22AB is #A4DD54. Grayscale: #424242. Windows color (decimal): -10804565 or 11215451. OLE color: 11215451.

HSL color Cylindrical-coordinate representation of color #5B22AB: hue angle of 264.96º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B22AB is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9134171-
CMYK0.470.8000.33
HSL264.96º66.83%40.2%-
HSV(B)264.96º80.12%67.06%-
XYZ12.246.3139.1-
YUV66.66186.88145.36-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.74%
GREEN value IS 34 (13.67% from 255) = 11.49%
BLUE value IS 171 (67.19% from 255) = 57.77%
R=30.74%
G=11.49%
B=57.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91341710.470.8000.33264.9666.8340.2
Hex5B22AB2F500211094328
Octal133422535712004141110350
Binary101101110001010101011101111101000001000011000010011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B22AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,34,171); }

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

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

 a { background-color: rgb(91,34,171); }

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

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

 span { border-color: rgb(91,34,171); }

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