#561961

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

Shades of Hot Purple #561961

Tints of Hot Purple #561961

Color information

#561961 (or 0x561961) is unknown color: approx Hot Purple. HEX triplet: 56, 19 and 61. RGB value is (86,25,97). Sum of RGB (Red+Green+Blue) = 86+25+97=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #561961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561961 is #A9E69E. Grayscale: #333333. Windows color (decimal): -11134623 or 6363478. OLE color: 6363478.

HSL color Cylindrical-coordinate representation of color #561961: hue angle of 290.83º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #561961 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB862597-
CMYK0.110.7400.62
HSL290.83º59.02%23.92%-
HSV(B)290.83º74.23%38.04%-
XYZ6.343.5411.66-
YUV51.45153.71152.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.35%
GREEN value IS 25 (10.16% from 255) = 12.02%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=41.35%
G=12.02%
B=46.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8625970.110.7400.62290.8359.0223.92
Hex561961B4A03E1233b18
Octal12631141131120764437330
Binary101011011001110000110111001010011111010010001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561961; }

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

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

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

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

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

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

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

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