#511143

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

Shades of Tyrian Purple #511143

Tints of Tyrian Purple #511143

Color information

#511143 (or 0x511143) is unknown color: approx Tyrian Purple. HEX triplet: 51, 11 and 43. RGB value is (81,17,67). Sum of RGB (Red+Green+Blue) = 81+17+67=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #511143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511143 is #AEEEBC. Grayscale: #292929. Windows color (decimal): -11464381 or 4395345. OLE color: 4395345.

HSL color Cylindrical-coordinate representation of color #511143: hue angle of 313.12º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511143 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB811767-
CMYK00.790.170.68
HSL313.12º65.31%19.22%-
HSV(B)313.12º79.01%31.76%-
XYZ4.612.565.56-
YUV41.84142.2155.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 17 (7.03% from 255) = 10.30%
BLUE value IS 67 (26.56% from 255) = 40.61%
R=49.09%
G=10.30%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81176700.790.170.68313.1265.3119.22
Hex51114304F11441394113
Octal1212110301172110447110123
Binary101000110001100001101001111100011000100100111001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511143; }

 p { color: rgb(81,17,67); }

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

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

 a { background-color: rgb(81,17,67); }

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

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

 span { border-color: rgb(81,17,67); }

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