#563859

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

Shades of Hot Purple #563859

Tints of Hot Purple #563859

Color information

#563859 (or 0x563859) is unknown color: approx Hot Purple. HEX triplet: 56, 38 and 59. RGB value is (86,56,89). Sum of RGB (Red+Green+Blue) = 86+56+89=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #563859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563859 is #A9C7A6. Grayscale: #444444. Windows color (decimal): -11126695 or 5847126. OLE color: 5847126.

HSL color Cylindrical-coordinate representation of color #563859: hue angle of 294.55º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #563859 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB865689-
CMYK0.030.3700.65
HSL294.55º22.76%28.43%-
HSV(B)294.55º37.08%34.9%-
XYZ7.065.5310.15-
YUV68.73139.44140.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.23%
GREEN value IS 56 (22.27% from 255) = 24.24%
BLUE value IS 89 (35.16% from 255) = 38.53%
R=37.23%
G=24.24%
B=38.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8656890.030.3700.65294.5522.7628.43
Hex563859325041127171c
Octal1267013134501014472734
Binary1010110111000101100111100101010000011001001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563859; }

 p { color: rgb(86,56,89); }

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

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

 a { background-color: rgb(86,56,89); }

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

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

 span { border-color: rgb(86,56,89); }

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