#563254

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

Shades of Hot Purple #563254

Tints of Hot Purple #563254

Color information

#563254 (or 0x563254) is unknown color: approx Hot Purple. HEX triplet: 56, 32 and 54. RGB value is (86,50,84). Sum of RGB (Red+Green+Blue) = 86+50+84=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 86 - color contains mainly: red. Hex color #563254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563254 is #A9CDAB. Grayscale: #404040. Windows color (decimal): -11128236 or 5517910. OLE color: 5517910.

HSL color Cylindrical-coordinate representation of color #563254: hue angle of 303.33º 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 #563254 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB865084-
CMYK00.420.020.66
HSL303.33º26.47%26.67%-
HSV(B)303.33º41.86%33.73%-
XYZ6.584.98.99-
YUV64.64138.93143.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.09%
GREEN value IS 50 (19.92% from 255) = 22.73%
BLUE value IS 84 (33.20% from 255) = 38.18%
R=39.09%
G=22.73%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86508400.420.020.66303.3326.4726.67
Hex56325402A24212f1a1b
Octal1266212405221024573233
Binary1010110110010101010001010101010000101001011111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563254; }

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

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

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

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

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

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

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

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