#5511AB

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

Shades of Purple Heart #5511AB

Tints of Purple Heart #5511AB

Color information

#5511AB (or 0x5511AB) is unknown color: approx Purple Heart. HEX triplet: 55, 11 and AB. RGB value is (85,17,171). Sum of RGB (Red+Green+Blue) = 85+17+171=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #5511AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5511AB is #AAEE54. Grayscale: #363636. Windows color (decimal): -11202133 or 11211093. OLE color: 11211093.

HSL color Cylindrical-coordinate representation of color #5511AB: hue angle of 266.49º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5511AB is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8517171-
CMYK0.500.9000.33
HSL266.49º81.91%36.86%-
HSV(B)266.49º90.06%67.06%-
XYZ11.35.2738.95-
YUV54.89193.53149.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 17 (7.03% from 255) = 6.23%
BLUE value IS 171 (67.19% from 255) = 62.64%
R=31.14%
G=6.23%
B=62.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85171710.500.9000.33266.4981.9136.86
Hex5511AB325A02110a5225
Octal125212536213204141212245
Binary10101011000110101011110010101101001000011000010101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5511AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5511AB; }

 p { color: rgb(85,17,171); }

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

<style>
 a { background-color: #5511AB; }

 a { background-color: rgb(85,17,171); }

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

<style>
 span { border-color: #5511AB; }

 span { border-color: rgb(85,17,171); }

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