#562558

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

Shades of Hot Purple #562558

Tints of Hot Purple #562558

Color information

#562558 (or 0x562558) is unknown color: approx Hot Purple. HEX triplet: 56, 25 and 58. RGB value is (86,37,88). Sum of RGB (Red+Green+Blue) = 86+37+88=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 88 - color contains mainly: blue. Hex color #562558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562558 is #A9DAA7. Grayscale: #393939. Windows color (decimal): -11131560 or 5776726. OLE color: 5776726.

HSL color Cylindrical-coordinate representation of color #562558: hue angle of 297.65º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #562558 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB863788-
CMYK0.020.5800.65
HSL297.65º40.8%24.51%-
HSV(B)297.65º57.95%34.51%-
XYZ6.264.019.68-
YUV57.46145.23148.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.76%
GREEN value IS 37 (14.84% from 255) = 17.54%
BLUE value IS 88 (34.77% from 255) = 41.71%
R=40.76%
G=17.54%
B=41.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8637880.020.5800.65297.6540.824.51
Hex56255823A04112a2919
Octal1264513027201014525131
Binary10101101001011011000101110100100000110010101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562558; }

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

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

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

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

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

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

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

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