#51053A

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

Shades of Tyrian Purple #51053A

Tints of Tyrian Purple #51053A

Color information

#51053A (or 0x51053A) is unknown color: approx Tyrian Purple. HEX triplet: 51, 05 and 3A. RGB value is (81,5,58). Sum of RGB (Red+Green+Blue) = 81+5+58=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #51053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51053A is #AEFAC5. Grayscale: #212121. Windows color (decimal): -11467462 or 3802449. OLE color: 3802449.

HSL color Cylindrical-coordinate representation of color #51053A: hue angle of 318.16º 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 #51053A is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB81558-
CMYK00.940.280.68
HSL318.16º88.37%16.86%-
HSV(B)318.16º93.83%31.76%-
XYZ4.212.164.2-
YUV33.77141.68161.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.25%
GREEN value IS 5 (2.34% from 255) = 3.47%
BLUE value IS 58 (23.05% from 255) = 40.28%
R=56.25%
G=3.47%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8155800.940.280.68318.1688.3716.86
Hex5153A05E1C4413e5811
Octal12157201363410447613021
Binary101000110111101001011110111001000100100111110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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