#5511BA

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

Shades of Purple Heart #5511BA

Tints of Purple Heart #5511BA

Color information

#5511BA (or 0x5511BA) is unknown color: approx Purple Heart. HEX triplet: 55, 11 and BA. RGB value is (85,17,186). Sum of RGB (Red+Green+Blue) = 85+17+186=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #5511BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5511BA is #AAEE45. Grayscale: #373737. Windows color (decimal): -11202118 or 12194133. OLE color: 12194133.

HSL color Cylindrical-coordinate representation of color #5511BA: hue angle of 264.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5511BA is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8517186-
CMYK0.540.9100.27
HSL264.14º83.25%39.8%-
HSV(B)264.14º90.86%72.94%-
XYZ12.815.8846.91-
YUV56.6201.03148.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.51%
GREEN value IS 17 (7.03% from 255) = 5.90%
BLUE value IS 186 (73.05% from 255) = 64.58%
R=29.51%
G=5.90%
B=64.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85171860.540.9100.27264.1483.2539.8
Hex5511BA365B01B1085328
Octal125212726613303341012350
Binary1010101100011011101011011010110110110111000010001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5511BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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