#56082E

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

Shades of Tyrian Purple #56082E

Tints of Tyrian Purple #56082E

Color information

#56082E (or 0x56082E) is unknown color: approx Tyrian Purple. HEX triplet: 56, 08 and 2E. RGB value is (86,8,46). Sum of RGB (Red+Green+Blue) = 86+8+46=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #56082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56082E is #A9F7D1. Grayscale: #232323. Windows color (decimal): -11139026 or 3016790. OLE color: 3016790.

HSL color Cylindrical-coordinate representation of color #56082E: hue angle of 330.77º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #56082E is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB86846-
CMYK00.910.470.66
HSL330.77º82.98%18.43%-
HSV(B)330.77º90.7%33.73%-
XYZ4.422.352.81-
YUV35.65133.84163.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 61.43%
GREEN value IS 8 (3.52% from 255) = 5.71%
BLUE value IS 46 (18.36% from 255) = 32.86%
R=61.43%
G=5.71%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8684600.910.470.66330.7782.9818.43
Hex5682E05B2F4214b5312
Octal126105601335710251312322
Binary10101101000101110010110111011111000010101001011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56082E; }

 p { color: rgb(86,8,46); }

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

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

 a { background-color: rgb(86,8,46); }

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

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

 span { border-color: rgb(86,8,46); }

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