#51004D

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

Shades of Tyrian Purple #51004D

Tints of Tyrian Purple #51004D

Color information

#51004D (or 0x51004D) is unknown color: approx Tyrian Purple. HEX triplet: 51, 00 and 4D. RGB value is (81,0,77). Sum of RGB (Red+Green+Blue) = 81+0+77=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #51004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51004D is #AEFFB2. Grayscale: #202020. Windows color (decimal): -11468723 or 5046353. OLE color: 5046353.

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

Color convert

RGB81077-
CMYK010.050.68
HSL302.96º100%15.88%-
HSV(B)302.96º100%31.76%-
XYZ4.732.297.21-
YUV33152.84162.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 48.73%
R=51.27%
G=0%
B=48.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81077010.050.68302.9610015.88
Hex5104D06454412f6410
Octal12101150144510445714420
Binary101000101001101011001001011000100100101111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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