#561661

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

Shades of Hot Purple #561661

Tints of Hot Purple #561661

Color information

#561661 (or 0x561661) is unknown color: approx Hot Purple. HEX triplet: 56, 16 and 61. RGB value is (86,22,97). Sum of RGB (Red+Green+Blue) = 86+22+97=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #561661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561661 is #A9E99E. Grayscale: #313131. Windows color (decimal): -11135391 or 6362710. OLE color: 6362710.

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

Color convert

RGB862297-
CMYK0.110.7700.62
HSL291.2º63.03%23.33%-
HSV(B)291.2º77.32%38.04%-
XYZ6.283.4211.64-
YUV49.69154.7153.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 97 (38.28% from 255) = 47.32%
R=41.95%
G=10.73%
B=47.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8622970.110.7700.62291.263.0323.33
Hex561661B4D03E1233f17
Octal12626141131150764437727
Binary101011010110110000110111001101011111010010001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561661; }

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

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

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

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

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

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

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

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