#563557

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

Shades of Hot Purple #563557

Tints of Hot Purple #563557

Color information

#563557 (or 0x563557) is unknown color: approx Hot Purple. HEX triplet: 56, 35 and 57. RGB value is (86,53,87). Sum of RGB (Red+Green+Blue) = 86+53+87=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 87 - color contains mainly: blue. Hex color #563557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563557 is #A9CAA8. Grayscale: #424242. Windows color (decimal): -11127465 or 5715286. OLE color: 5715286.

HSL color Cylindrical-coordinate representation of color #563557: hue angle of 298.24º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #563557 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB865387-
CMYK0.010.3900.66
HSL298.24º24.29%27.45%-
HSV(B)298.24º39.08%34.12%-
XYZ6.835.219.66-
YUV66.74139.43141.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.05%
GREEN value IS 53 (21.09% from 255) = 23.45%
BLUE value IS 87 (34.38% from 255) = 38.50%
R=38.05%
G=23.45%
B=38.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8653870.010.3900.66298.2424.2927.45
Hex56355712704212a181b
Octal1266512714701024523033
Binary101011011010110101111100111010000101001010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563557; }

 p { color: rgb(86,53,87); }

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

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

 a { background-color: rgb(86,53,87); }

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

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

 span { border-color: rgb(86,53,87); }

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