#563459

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

Shades of Hot Purple #563459

Tints of Hot Purple #563459

Color information

#563459 (or 0x563459) is unknown color: approx Hot Purple. HEX triplet: 56, 34 and 59. RGB value is (86,52,89). Sum of RGB (Red+Green+Blue) = 86+52+89=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #563459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563459 is #A9CBA6. Grayscale: #424242. Windows color (decimal): -11127719 or 5846102. OLE color: 5846102.

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

Color convert

RGB865289-
CMYK0.030.4200.65
HSL295.14º26.24%27.65%-
HSV(B)295.14º41.57%34.9%-
XYZ6.875.1610.08-
YUV66.38140.76141.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 52 (20.70% from 255) = 22.91%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=37.89%
G=22.91%
B=39.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8652890.030.4200.65295.1426.2427.65
Hex56345932A0411271a1c
Octal1266413135201014473234
Binary1010110110100101100111101010010000011001001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563459; }

 p { color: rgb(86,52,89); }

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

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

 a { background-color: rgb(86,52,89); }

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

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

 span { border-color: rgb(86,52,89); }

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