#562562

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

Shades of Hot Purple #562562

Tints of Hot Purple #562562

Color information

#562562 (or 0x562562) is unknown color: approx Hot Purple. HEX triplet: 56, 25 and 62. RGB value is (86,37,98). Sum of RGB (Red+Green+Blue) = 86+37+98=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #562562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562562 is #A9DA9D. Grayscale: #3A3A3A. Windows color (decimal): -11131550 or 6432086. OLE color: 6432086.

HSL color Cylindrical-coordinate representation of color #562562: hue angle of 288.2º 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 #562562 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB863798-
CMYK0.120.6200.62
HSL288.2º45.19%26.47%-
HSV(B)288.2º62.24%38.43%-
XYZ6.74.1812.01-
YUV58.6150.23147.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=38.91%
G=16.74%
B=44.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8637980.120.6200.62288.245.1926.47
Hex562562C3E03E1202d1a
Octal1264514214760764405532
Binary101011010010111000101100111110011111010010000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562562; }

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

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

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

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

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

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

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

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