#561B61

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

Shades of Hot Purple #561B61

Tints of Hot Purple #561B61

Color information

#561B61 (or 0x561B61) is unknown color: approx Hot Purple. HEX triplet: 56, 1B and 61. RGB value is (86,27,97). Sum of RGB (Red+Green+Blue) = 86+27+97=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #561B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B61 is #A9E49E. Grayscale: #343434. Windows color (decimal): -11134111 or 6363990. OLE color: 6363990.

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

Color convert

RGB862797-
CMYK0.110.7200.62
HSL290.57º56.45%24.31%-
HSV(B)290.57º72.16%38.04%-
XYZ6.393.6311.67-
YUV52.62153.05151.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.95%
GREEN value IS 27 (10.94% from 255) = 12.86%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=40.95%
G=12.86%
B=46.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8627970.110.7200.62290.5756.4524.31
Hex561B61B4803E1233818
Octal12633141131100764437030
Binary101011011011110000110111001000011111010010001111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561B61; }

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

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

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

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

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

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

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

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