#563058

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

Shades of Hot Purple #563058

Tints of Hot Purple #563058

Color information

#563058 (or 0x563058) is unknown color: approx Hot Purple. HEX triplet: 56, 30 and 58. RGB value is (86,48,88). Sum of RGB (Red+Green+Blue) = 86+48+88=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 88 - color contains mainly: blue. Hex color #563058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563058 is #A9CFA7. Grayscale: #3F3F3F. Windows color (decimal): -11128744 or 5779542. OLE color: 5779542.

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

Color convert

RGB864888-
CMYK0.020.4500.65
HSL297º29.41%26.67%-
HSV(B)297º45.45%34.51%-
XYZ6.664.89.81-
YUV63.92141.59143.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.74%
GREEN value IS 48 (19.14% from 255) = 21.62%
BLUE value IS 88 (34.77% from 255) = 39.64%
R=38.74%
G=21.62%
B=39.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8648880.020.4500.6529729.4126.67
Hex56305822D0411291d1b
Octal1266013025501014513533
Binary1010110110000101100010101101010000011001010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563058; }

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

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

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

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

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

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

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

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