#51053B

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

Shades of Tyrian Purple #51053B

Tints of Tyrian Purple #51053B

Color information

#51053B (or 0x51053B) is unknown color: approx Tyrian Purple. HEX triplet: 51, 05 and 3B. RGB value is (81,5,59). Sum of RGB (Red+Green+Blue) = 81+5+59=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #51053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51053B is #AEFAC4. Grayscale: #212121. Windows color (decimal): -11467461 or 3867985. OLE color: 3867985.

HSL color Cylindrical-coordinate representation of color #51053B: hue angle of 317.37º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #51053B is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB81559-
CMYK00.940.270.68
HSL317.37º88.37%16.86%-
HSV(B)317.37º93.83%31.76%-
XYZ4.242.174.33-
YUV33.88142.18161.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.86%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 59 (23.44% from 255) = 40.69%
R=55.86%
G=3.45%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8155900.940.270.68317.3788.3716.86
Hex5153B05E1B4413d5811
Octal12157301363310447513021
Binary101000110111101101011110110111000100100111101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,5,59); }

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

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

 a { background-color: rgb(81,5,59); }

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

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

 span { border-color: rgb(81,5,59); }

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