#561761

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

Shades of Hot Purple #561761

Tints of Hot Purple #561761

Color information

#561761 (or 0x561761) is unknown color: approx Hot Purple. HEX triplet: 56, 17 and 61. RGB value is (86,23,97). Sum of RGB (Red+Green+Blue) = 86+23+97=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #561761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561761 is #A9E89E. Grayscale: #323232. Windows color (decimal): -11135135 or 6362966. OLE color: 6362966.

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

Color convert

RGB862397-
CMYK0.110.7600.62
HSL291.08º61.67%23.53%-
HSV(B)291.08º76.29%38.04%-
XYZ6.33.4511.64-
YUV50.27154.37153.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.75%
GREEN value IS 23 (9.38% from 255) = 11.17%
BLUE value IS 97 (38.28% from 255) = 47.09%
R=41.75%
G=11.17%
B=47.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8623970.110.7600.62291.0861.6723.53
Hex561761B4C03E1233e18
Octal12627141131140764437630
Binary101011010111110000110111001100011111010010001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561761; }

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

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

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

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

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

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

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

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