#562062

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

Shades of Hot Purple #562062

Tints of Hot Purple #562062

Color information

#562062 (or 0x562062) is unknown color: approx Hot Purple. HEX triplet: 56, 20 and 62. RGB value is (86,32,98). Sum of RGB (Red+Green+Blue) = 86+32+98=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 98 - color contains mainly: blue. Hex color #562062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562062 is #A9DF9D. Grayscale: #373737. Windows color (decimal): -11132830 or 6430806. OLE color: 6430806.

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

Color convert

RGB863298-
CMYK0.120.6700.62
HSL289.09º50.77%25.49%-
HSV(B)289.09º67.35%38.43%-
XYZ6.563.8911.96-
YUV55.67151.89149.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 32 (12.89% from 255) = 14.81%
BLUE value IS 98 (38.67% from 255) = 45.37%
R=39.81%
G=14.81%
B=45.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8632980.120.6700.62289.0950.7725.49
Hex562062C4303E1213319
Octal12640142141030764416331
Binary1010110100000110001011001000011011111010010000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562062; }

 p { color: rgb(86,32,98); }

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

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

 a { background-color: rgb(86,32,98); }

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

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

 span { border-color: rgb(86,32,98); }

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