#51004C

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

Shades of Tyrian Purple #51004C

Tints of Tyrian Purple #51004C

Color information

#51004C (or 0x51004C) is unknown color: approx Tyrian Purple. HEX triplet: 51, 00 and 4C. RGB value is (81,0,76). Sum of RGB (Red+Green+Blue) = 81+0+76=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #51004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51004C is #AEFFB3. Grayscale: #202020. Windows color (decimal): -11468724 or 4980817. OLE color: 4980817.

HSL color Cylindrical-coordinate representation of color #51004C: hue angle of 303.7º 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 #51004C is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB81076-
CMYK010.060.68
HSL303.7º100%15.88%-
HSV(B)303.7º100%31.76%-
XYZ4.72.277.03-
YUV32.88152.34162.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 48.41%
R=51.59%
G=0%
B=48.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81076010.060.68303.710015.88
Hex5104C0646441306410
Octal12101140144610446014420
Binary101000101001100011001001101000100100110000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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