#560636

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

Shades of Tyrian Purple #560636

Tints of Tyrian Purple #560636

Color information

#560636 (or 0x560636) is unknown color: approx Tyrian Purple. HEX triplet: 56, 06 and 36. RGB value is (86,6,54). Sum of RGB (Red+Green+Blue) = 86+6+54=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #560636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560636 is #A9F9C9. Grayscale: #232323. Windows color (decimal): -11139530 or 3540566. OLE color: 3540566.

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

Color convert

RGB86654-
CMYK00.930.370.66
HSL324º86.96%18.04%-
HSV(B)324º93.02%33.73%-
XYZ4.572.383.71-
YUV35.39138.5164.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.90%
GREEN value IS 6 (2.73% from 255) = 4.11%
BLUE value IS 54 (21.48% from 255) = 36.99%
R=58.90%
G=4.11%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8665400.930.370.6632486.9618.04
Hex5663605D25421445712
Octal12666601354510250412722
Binary1010110110110110010111011001011000010101000100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560636; }

 p { color: rgb(86,6,54); }

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

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

 a { background-color: rgb(86,6,54); }

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

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

 span { border-color: rgb(86,6,54); }

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