#51014D

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

Shades of Tyrian Purple #51014D

Tints of Tyrian Purple #51014D

Color information

#51014D (or 0x51014D) is unknown color: approx Tyrian Purple. HEX triplet: 51, 01 and 4D. RGB value is (81,1,77). Sum of RGB (Red+Green+Blue) = 81+1+77=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #51014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51014D is #AEFEB2. Grayscale: #212121. Windows color (decimal): -11468467 or 5046609. OLE color: 5046609.

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

Color convert

RGB81177-
CMYK00.990.050.68
HSL303º97.56%16.08%-
HSV(B)303º98.77%31.76%-
XYZ4.742.317.22-
YUV33.58152.5161.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.94%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=50.94%
G=0.63%
B=48.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8117700.990.050.6830397.5616.08
Hex5114D06354412f6210
Octal12111150143510445714220
Binary101000111001101011000111011000100100101111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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