#56033F

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

Shades of Tyrian Purple #56033F

Tints of Tyrian Purple #56033F

Color information

#56033F (or 0x56033F) is unknown color: approx Tyrian Purple. HEX triplet: 56, 03 and 3F. RGB value is (86,3,63). Sum of RGB (Red+Green+Blue) = 86+3+63=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #56033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56033F is #A9FCC0. Grayscale: #222222. Windows color (decimal): -11140289 or 4129622. OLE color: 4129622.

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

Color convert

RGB86363-
CMYK00.970.270.66
HSL316.63º93.26%17.45%-
HSV(B)316.63º96.51%33.73%-
XYZ4.772.44.92-
YUV34.66144164.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.58%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 63 (25% from 255) = 41.45%
R=56.58%
G=1.97%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8636300.970.270.66316.6393.2617.45
Hex5633F0611B4213d5d11
Octal12637701413310247513521
Binary10101101111111101100001110111000010100111101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56033F; }

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

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

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

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

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

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

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

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