#561963

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

Shades of Hot Purple #561963

Tints of Hot Purple #561963

Color information

#561963 (or 0x561963) is unknown color: approx Hot Purple. HEX triplet: 56, 19 and 63. RGB value is (86,25,99). Sum of RGB (Red+Green+Blue) = 86+25+99=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #561963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561963 is #A9E69C. Grayscale: #333333. Windows color (decimal): -11134621 or 6494550. OLE color: 6494550.

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

Color convert

RGB862599-
CMYK0.130.7500.61
HSL289.46º59.68%24.31%-
HSV(B)289.46º74.75%38.82%-
XYZ6.443.5712.16-
YUV51.68154.71152.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.95%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 99 (39.06% from 255) = 47.14%
R=40.95%
G=11.90%
B=47.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8625990.130.7500.61289.4659.6824.31
Hex561963D4B03D1213c18
Octal12631143151130754417430
Binary101011011001110001111011001011011110110010000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561963; }

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

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

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

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

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

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

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

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