#511141

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

Shades of Tyrian Purple #511141

Tints of Tyrian Purple #511141

Color information

#511141 (or 0x511141) is unknown color: approx Tyrian Purple. HEX triplet: 51, 11 and 41. RGB value is (81,17,65). Sum of RGB (Red+Green+Blue) = 81+17+65=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #511141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511141 is #AEEEBE. Grayscale: #292929. Windows color (decimal): -11464383 or 4264273. OLE color: 4264273.

HSL color Cylindrical-coordinate representation of color #511141: hue angle of 315º 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 #511141 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB811765-
CMYK00.790.200.68
HSL315º65.31%19.22%-
HSV(B)315º79.01%31.76%-
XYZ4.552.535.25-
YUV41.61141.2156.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 65 (25.78% from 255) = 39.88%
R=49.69%
G=10.43%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81176500.790.200.6831565.3119.22
Hex51114104F144413b4113
Octal1212110101172410447310123
Binary101000110001100000101001111101001000100100111011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511141; }

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

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

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

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

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

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

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

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