#5611BA

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

Shades of Purple Heart #5611BA

Tints of Purple Heart #5611BA

Color information

#5611BA (or 0x5611BA) is unknown color: approx Purple Heart. HEX triplet: 56, 11 and BA. RGB value is (86,17,186). Sum of RGB (Red+Green+Blue) = 86+17+186=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #5611BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5611BA is #A9EE45. Grayscale: #383838. Windows color (decimal): -11136582 or 12194134. OLE color: 12194134.

HSL color Cylindrical-coordinate representation of color #5611BA: hue angle of 264.5º 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 #5611BA is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8617186-
CMYK0.540.9100.27
HSL264.5º83.25%39.8%-
HSV(B)264.5º90.86%72.94%-
XYZ12.95.9246.92-
YUV56.9200.86148.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.76%
GREEN value IS 17 (7.03% from 255) = 5.88%
BLUE value IS 186 (73.05% from 255) = 64.36%
R=29.76%
G=5.88%
B=64.36%

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
Decimal86171860.540.9100.27264.583.2539.8
Hex5611BA365B01B1085328
Octal126212726613303341012350
Binary1010110100011011101011011010110110110111000010001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5611BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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