#511041

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

Shades of Tyrian Purple #511041

Tints of Tyrian Purple #511041

Color information

#511041 (or 0x511041) is unknown color: approx Tyrian Purple. HEX triplet: 51, 10 and 41. RGB value is (81,16,65). Sum of RGB (Red+Green+Blue) = 81+16+65=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #511041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511041 is #AEEFBE. Grayscale: #282828. Windows color (decimal): -11464639 or 4264017. OLE color: 4264017.

HSL color Cylindrical-coordinate representation of color #511041: hue angle of 314.77º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511041 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB811665-
CMYK00.800.200.68
HSL314.77º67.01%19.02%-
HSV(B)314.77º80.25%31.76%-
XYZ4.532.55.24-
YUV41.02141.53156.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 9.88%
BLUE value IS 65 (25.78% from 255) = 40.12%
R=50%
G=9.88%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81166500.800.200.68314.7767.0119.02
Hex511041050144413b4313
Octal1212010101202410447310323
Binary101000110000100000101010000101001000100100111011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511041; }

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

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

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

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

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

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

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

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