#563759

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

Shades of Hot Purple #563759

Tints of Hot Purple #563759

Color information

#563759 (or 0x563759) is unknown color: approx Hot Purple. HEX triplet: 56, 37 and 59. RGB value is (86,55,89). Sum of RGB (Red+Green+Blue) = 86+55+89=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: blue. Hex color #563759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563759 is #A9C8A6. Grayscale: #444444. Windows color (decimal): -11126951 or 5846870. OLE color: 5846870.

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

Color convert

RGB865589-
CMYK0.030.3800.65
HSL294.71º23.61%28.24%-
HSV(B)294.71º38.2%34.9%-
XYZ7.015.4310.13-
YUV68.14139.77140.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.39%
GREEN value IS 55 (21.88% from 255) = 23.91%
BLUE value IS 89 (35.16% from 255) = 38.70%
R=37.39%
G=23.91%
B=38.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8655890.030.3800.65294.7123.6128.24
Hex563759326041127181c
Octal1266713134601014473034
Binary1010110110111101100111100110010000011001001111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563759; }

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

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

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

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

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

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

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

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