#560961

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

Shades of Hot Purple #560961

Tints of Hot Purple #560961

Color information

#560961 (or 0x560961) is unknown color: approx Hot Purple. HEX triplet: 56, 09 and 61. RGB value is (86,9,97). Sum of RGB (Red+Green+Blue) = 86+9+97=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #560961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560961 is #A9F69E. Grayscale: #292929. Windows color (decimal): -11138719 or 6359382. OLE color: 6359382.

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

Color convert

RGB86997-
CMYK0.110.9100.62
HSL292.5º83.02%20.78%-
HSV(B)292.5º90.72%38.04%-
XYZ6.093.0411.57-
YUV42.06159.01159.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 9 (3.91% from 255) = 4.69%
BLUE value IS 97 (38.28% from 255) = 50.52%
R=44.79%
G=4.69%
B=50.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal869970.110.9100.62292.583.0220.78
Hex56961B5B03E1245315
Octal126111411313307644412325
Binary101011010011100001101110110110111110100100100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560961; }

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

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

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

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

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

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

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

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