#563354

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

Shades of Hot Purple #563354

Tints of Hot Purple #563354

Color information

#563354 (or 0x563354) is unknown color: approx Hot Purple. HEX triplet: 56, 33 and 54. RGB value is (86,51,84). Sum of RGB (Red+Green+Blue) = 86+51+84=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #563354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563354 is #A9CCAB. Grayscale: #414141. Windows color (decimal): -11127980 or 5518166. OLE color: 5518166.

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

Color convert

RGB865184-
CMYK00.410.020.66
HSL303.43º25.55%26.86%-
HSV(B)303.43º40.7%33.73%-
XYZ6.624.999-
YUV65.23138.6142.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 51 (20.31% from 255) = 23.08%
BLUE value IS 84 (33.20% from 255) = 38.01%
R=38.91%
G=23.08%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86518400.410.020.66303.4325.5526.86
Hex56335402924212f1a1b
Octal1266312405121024573233
Binary1010110110011101010001010011010000101001011111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563354; }

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

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

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

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

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

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

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

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