#563255

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

Shades of Hot Purple #563255

Tints of Hot Purple #563255

Color information

#563255 (or 0x563255) is unknown color: approx Hot Purple. HEX triplet: 56, 32 and 55. RGB value is (86,50,85). Sum of RGB (Red+Green+Blue) = 86+50+85=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #563255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563255 is #A9CDAA. Grayscale: #404040. Windows color (decimal): -11128235 or 5583446. OLE color: 5583446.

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

Color convert

RGB865085-
CMYK00.420.010.66
HSL301.67º26.47%26.67%-
HSV(B)301.67º41.86%33.73%-
XYZ6.624.929.19-
YUV64.75139.43143.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 85 (33.59% from 255) = 38.46%
R=38.91%
G=22.62%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86508500.420.010.66301.6726.4726.67
Hex56325502A14212e1a1b
Octal1266212505211024563233
Binary101011011001010101010101010110000101001011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563255; }

 p { color: rgb(86,50,85); }

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

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

 a { background-color: rgb(86,50,85); }

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

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

 span { border-color: rgb(86,50,85); }

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