#561163

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

Shades of Hot Purple #561163

Tints of Hot Purple #561163

Color information

#561163 (or 0x561163) is unknown color: approx Hot Purple. HEX triplet: 56, 11 and 63. RGB value is (86,17,99). Sum of RGB (Red+Green+Blue) = 86+17+99=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #561163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561163 is #A9EE9C. Grayscale: #2E2E2E. Windows color (decimal): -11136669 or 6492502. OLE color: 6492502.

HSL color Cylindrical-coordinate representation of color #561163: hue angle of 290.49º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #561163 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB861799-
CMYK0.130.8300.61
HSL290.49º70.69%22.75%-
HSV(B)290.49º82.83%38.82%-
XYZ6.293.2812.11-
YUV46.98157.36155.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.57%
GREEN value IS 17 (7.03% from 255) = 8.42%
BLUE value IS 99 (39.06% from 255) = 49.01%
R=42.57%
G=8.42%
B=49.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8617990.130.8300.61290.4970.6922.75
Hex561163D5303D1224717
Octal126211431512307544210727
Binary1010110100011100011110110100110111101100100010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561163; }

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

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

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

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

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

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

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

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