#562560

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

Shades of Hot Purple #562560

Tints of Hot Purple #562560

Color information

#562560 (or 0x562560) is unknown color: approx Hot Purple. HEX triplet: 56, 25 and 60. RGB value is (86,37,96). Sum of RGB (Red+Green+Blue) = 86+37+96=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #562560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562560 is #A9DA9F. Grayscale: #3A3A3A. Windows color (decimal): -11131552 or 6301014. OLE color: 6301014.

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

Color convert

RGB863796-
CMYK0.100.6100.62
HSL289.83º44.36%26.08%-
HSV(B)289.83º61.46%37.65%-
XYZ6.614.1511.52-
YUV58.38149.23147.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.27%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=39.27%
G=16.89%
B=43.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8637960.100.6100.62289.8344.3626.08
Hex562560A3D03E1222c1a
Octal1264514012750764425432
Binary101011010010111000001010111101011111010010001010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562560; }

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

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

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

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

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

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

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

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