#56082C

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

Shades of Tyrian Purple #56082C

Tints of Tyrian Purple #56082C

Color information

#56082C (or 0x56082C) is unknown color: approx Tyrian Purple. HEX triplet: 56, 08 and 2C. RGB value is (86,8,44). Sum of RGB (Red+Green+Blue) = 86+8+44=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #56082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56082C is #A9F7D3. Grayscale: #232323. Windows color (decimal): -11139028 or 2885718. OLE color: 2885718.

HSL color Cylindrical-coordinate representation of color #56082C: hue angle of 332.31º 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 #56082C is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB86844-
CMYK00.910.490.66
HSL332.31º82.98%18.43%-
HSV(B)332.31º90.7%33.73%-
XYZ4.382.332.6-
YUV35.43132.84164.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.32%
GREEN value IS 8 (3.52% from 255) = 5.80%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=62.32%
G=5.80%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8684400.910.490.66332.3182.9818.43
Hex5682C05B314214c5312
Octal126105401336110251412322
Binary10101101000101100010110111100011000010101001100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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