#561760

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

Shades of Hot Purple #561760

Tints of Hot Purple #561760

Color information

#561760 (or 0x561760) is unknown color: approx Hot Purple. HEX triplet: 56, 17 and 60. RGB value is (86,23,96). Sum of RGB (Red+Green+Blue) = 86+23+96=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #561760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561760 is #A9E89F. Grayscale: #313131. Windows color (decimal): -11135136 or 6297430. OLE color: 6297430.

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

Color convert

RGB862396-
CMYK0.100.7600.62
HSL291.78º61.34%23.33%-
HSV(B)291.78º76.04%37.65%-
XYZ6.263.4411.4-
YUV50.16153.87153.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 96 (37.89% from 255) = 46.83%
R=41.95%
G=11.22%
B=46.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8623960.100.7600.62291.7861.3423.33
Hex561760A4C03E1243d17
Octal12627140121140764447527
Binary101011010111110000010101001100011111010010010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561760; }

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

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

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

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

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

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

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

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