#563358

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

Shades of Hot Purple #563358

Tints of Hot Purple #563358

Color information

#563358 (or 0x563358) is unknown color: approx Hot Purple. HEX triplet: 56, 33 and 58. RGB value is (86,51,88). Sum of RGB (Red+Green+Blue) = 86+51+88=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 88 - color contains mainly: blue. Hex color #563358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563358 is #A9CCA7. Grayscale: #414141. Windows color (decimal): -11127976 or 5780310. OLE color: 5780310.

HSL color Cylindrical-coordinate representation of color #563358: hue angle of 296.76º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #563358 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB865188-
CMYK0.020.4200.65
HSL296.76º26.62%27.25%-
HSV(B)296.76º42.05%34.51%-
XYZ6.785.059.85-
YUV65.68140.6142.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 51 (20.31% from 255) = 22.67%
BLUE value IS 88 (34.77% from 255) = 39.11%
R=38.22%
G=22.67%
B=39.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8651880.020.4200.65296.7626.6227.25
Hex56335822A0411291b1b
Octal1266313025201014513333
Binary1010110110011101100010101010010000011001010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563358; }

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

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

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

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

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

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

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

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