#56063B

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

Shades of Tyrian Purple #56063B

Tints of Tyrian Purple #56063B

Color information

#56063B (or 0x56063B) is unknown color: approx Tyrian Purple. HEX triplet: 56, 06 and 3B. RGB value is (86,6,59). Sum of RGB (Red+Green+Blue) = 86+6+59=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #56063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56063B is #A9F9C4. Grayscale: #232323. Windows color (decimal): -11139525 or 3868246. OLE color: 3868246.

HSL color Cylindrical-coordinate representation of color #56063B: hue angle of 320.25º 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 #56063B is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB86659-
CMYK00.930.310.66
HSL320.25º86.96%18.04%-
HSV(B)320.25º93.02%33.73%-
XYZ4.692.424.36-
YUV35.96141163.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.95%
GREEN value IS 6 (2.73% from 255) = 3.97%
BLUE value IS 59 (23.44% from 255) = 39.07%
R=56.95%
G=3.97%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8665900.930.310.66320.2586.9618.04
Hex5663B05D1F421405712
Octal12667301353710250012722
Binary101011011011101101011101111111000010101000000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56063B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56063B; }

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

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

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

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

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

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

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

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