#560351

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

Shades of Tyrian Purple #560351

Tints of Tyrian Purple #560351

Color information

#560351 (or 0x560351) is unknown color: approx Tyrian Purple. HEX triplet: 56, 03 and 51. RGB value is (86,3,81). Sum of RGB (Red+Green+Blue) = 86+3+81=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #560351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560351 is #A9FCAE. Grayscale: #242424. Windows color (decimal): -11140271 or 5309270. OLE color: 5309270.

HSL color Cylindrical-coordinate representation of color #560351: hue angle of 303.61º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560351 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB86381-
CMYK00.970.060.66
HSL303.61º93.26%17.45%-
HSV(B)303.61º96.51%33.73%-
XYZ5.362.648.01-
YUV36.71153163.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.59%
GREEN value IS 3 (1.56% from 255) = 1.76%
BLUE value IS 81 (32.03% from 255) = 47.65%
R=50.59%
G=1.76%
B=47.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8638100.970.060.66303.6193.2617.45
Hex563510616421305d11
Octal12631210141610246013521
Binary1010110111010001011000011101000010100110000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560351; }

 p { color: rgb(86,3,81); }

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

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

 a { background-color: rgb(86,3,81); }

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

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

 span { border-color: rgb(86,3,81); }

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