#562960

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

Shades of Hot Purple #562960

Tints of Hot Purple #562960

Color information

#562960 (or 0x562960) is unknown color: approx Hot Purple. HEX triplet: 56, 29 and 60. RGB value is (86,41,96). Sum of RGB (Red+Green+Blue) = 86+41+96=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #562960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562960 is #A9D69F. Grayscale: #3C3C3C. Windows color (decimal): -11130528 or 6302038. OLE color: 6302038.

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

Color convert

RGB864196-
CMYK0.100.5700.62
HSL289.09º40.15%26.86%-
HSV(B)289.09º57.29%37.65%-
XYZ6.744.4111.56-
YUV60.72147.91146.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.57%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=38.57%
G=18.39%
B=43.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8641960.100.5700.62289.0940.1526.86
Hex562960A3903E121281b
Octal1265114012710764415033
Binary101011010100111000001010111001011111010010000110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562960; }

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

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

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

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

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

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

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

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