#51044E

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

Shades of Tyrian Purple #51044E

Tints of Tyrian Purple #51044E

Color information

#51044E (or 0x51044E) is unknown color: approx Tyrian Purple. HEX triplet: 51, 04 and 4E. RGB value is (81,4,78). Sum of RGB (Red+Green+Blue) = 81+4+78=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #51044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51044E is #AEFBB1. Grayscale: #232323. Windows color (decimal): -11467698 or 5112913. OLE color: 5112913.

HSL color Cylindrical-coordinate representation of color #51044E: hue angle of 302.34º 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 #51044E is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB81478-
CMYK00.950.040.68
HSL302.34º90.59%16.67%-
HSV(B)302.34º95.06%31.76%-
XYZ4.812.397.41-
YUV35.46152.01160.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 4 (1.95% from 255) = 2.45%
BLUE value IS 78 (30.86% from 255) = 47.85%
R=49.69%
G=2.45%
B=47.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8147800.950.040.68302.3490.5916.67
Hex5144E05F44412e5b11
Octal12141160137410445613321
Binary10100011001001110010111111001000100100101110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51044E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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