#56032c

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

Shades of Tyrian Purple #56032C

Tints of Tyrian Purple #56032C

Color information

#56032C (or 0x56032C) is unknown color: approx Tyrian Purple. HEX triplet: 56, 03 and 2C. RGB value is (86,3,44). Sum of RGB (Red+Green+Blue) = 86+3+44=133 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.66% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 86 - color contains mainly: red. Hex color #56032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56032C is #A9FCD3. Grayscale: #202020. Windows color (decimal): -11140308 or 2884438. OLE color: 2884438.

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

Color convert

RGB86344-
CMYK00.970.490.66
HSL330.36º93.26%17.45%-
HSV(B)330.36º96.51%33.73%-
XYZ4.322.232.58-
YUV32.49134.5166.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 64.66%
GREEN value IS 3 (1.56% from 255) = 2.26%
BLUE value IS 44 (17.58% from 255) = 33.08%
R=64.66%
G=2.26%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8634400.970.490.66330.3693.2617.45
Hex5632C061314214a5d11
Octal12635401416110251213521
Binary101011011101100011000011100011000010101001010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56032c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56032c; }

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

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

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

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

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

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

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

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