#562561

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

Shades of Hot Purple #562561

Tints of Hot Purple #562561

Color information

#562561 (or 0x562561) is unknown color: approx Hot Purple. HEX triplet: 56, 25 and 61. RGB value is (86,37,97). Sum of RGB (Red+Green+Blue) = 86+37+97=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #562561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562561 is #A9DA9E. Grayscale: #3A3A3A. Windows color (decimal): -11131551 or 6366550. OLE color: 6366550.

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

Color convert

RGB863797-
CMYK0.110.6200.62
HSL289º44.78%26.27%-
HSV(B)289º61.86%38.04%-
XYZ6.664.1611.76-
YUV58.49149.73147.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.09%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 97 (38.28% from 255) = 44.09%
R=39.09%
G=16.82%
B=44.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8637970.110.6200.6228944.7826.27
Hex562561B3E03E1212d1a
Octal1264514113760764415532
Binary101011010010111000011011111110011111010010000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562561; }

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

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

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

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

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

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

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

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