#561563

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

Shades of Hot Purple #561563

Tints of Hot Purple #561563

Color information

#561563 (or 0x561563) is unknown color: approx Hot Purple. HEX triplet: 56, 15 and 63. RGB value is (86,21,99). Sum of RGB (Red+Green+Blue) = 86+21+99=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #561563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561563 is #A9EA9C. Grayscale: #313131. Windows color (decimal): -11135645 or 6493526. OLE color: 6493526.

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

Color convert

RGB862199-
CMYK0.130.7900.61
HSL290º65%23.53%-
HSV(B)290º78.79%38.82%-
XYZ6.363.4212.13-
YUV49.33156.03154.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.75%
GREEN value IS 21 (8.59% from 255) = 10.19%
BLUE value IS 99 (39.06% from 255) = 48.06%
R=41.75%
G=10.19%
B=48.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8621990.130.7900.612906523.53
Hex561563D4F03D1224118
Octal126251431511707544210130
Binary1010110101011100011110110011110111101100100010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561563; }

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

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

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

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

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

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

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

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