#5510AB

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

Shades of Purple Heart #5510AB

Tints of Purple Heart #5510AB

Color information

#5510AB (or 0x5510AB) is unknown color: approx Purple Heart. HEX triplet: 55, 10 and AB. RGB value is (85,16,171). Sum of RGB (Red+Green+Blue) = 85+16+171=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #5510AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5510AB is #AAEF54. Grayscale: #353535. Windows color (decimal): -11202389 or 11210837. OLE color: 11210837.

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

Color convert

RGB8516171-
CMYK0.500.9100.33
HSL266.71º82.89%36.67%-
HSV(B)266.71º90.64%67.06%-
XYZ11.285.2438.95-
YUV54.3193.86149.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 16 (6.64% from 255) = 5.88%
BLUE value IS 171 (67.19% from 255) = 62.87%
R=31.25%
G=5.88%
B=62.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85161710.500.9100.33266.7182.8936.67
Hex5510AB325B02110b5325
Octal125202536213304141312345
Binary10101011000010101011110010101101101000011000010111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5510AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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