#51044D

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

Shades of Tyrian Purple #51044D

Tints of Tyrian Purple #51044D

Color information

#51044D (or 0x51044D) is unknown color: approx Tyrian Purple. HEX triplet: 51, 04 and 4D. RGB value is (81,4,77). Sum of RGB (Red+Green+Blue) = 81+4+77=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #51044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51044D is #AEFBB2. Grayscale: #232323. Windows color (decimal): -11467699 or 5047377. OLE color: 5047377.

HSL color Cylindrical-coordinate representation of color #51044D: hue angle of 303.12º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51044D is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB81477-
CMYK00.950.050.68
HSL303.12º90.59%16.67%-
HSV(B)303.12º95.06%31.76%-
XYZ4.782.377.23-
YUV35.34151.51160.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 77 (30.47% from 255) = 47.53%
R=50%
G=2.47%
B=47.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8147700.950.050.68303.1290.5916.67
Hex5144D05F54412f5b11
Octal12141150137510445713321
Binary10100011001001101010111111011000100100101111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51044D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51044D; }

 p { color: rgb(81,4,77); }

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

<style>
 a { background-color: #51044D; }

 a { background-color: rgb(81,4,77); }

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

<style>
 span { border-color: #51044D; }

 span { border-color: rgb(81,4,77); }

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