#511046

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

Shades of Tyrian Purple #511046

Tints of Tyrian Purple #511046

Color information

#511046 (or 0x511046) is unknown color: approx Tyrian Purple. HEX triplet: 51, 10 and 46. RGB value is (81,16,70). Sum of RGB (Red+Green+Blue) = 81+16+70=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 70 (27.73% from 255 or 41.92% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #511046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511046 is #AEEFB9. Grayscale: #292929. Windows color (decimal): -11464634 or 4591697. OLE color: 4591697.

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

Color convert

RGB811670-
CMYK00.800.140.68
HSL310.15º67.01%19.02%-
HSV(B)310.15º80.25%31.76%-
XYZ4.682.566.04-
YUV41.59144.03156.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.50%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 70 (27.73% from 255) = 41.92%
R=48.50%
G=9.58%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81167000.800.140.68310.1567.0119.02
Hex511046050E441364313
Octal1212010601201610446610323
Binary10100011000010001100101000011101000100100110110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511046; }

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

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

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

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

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

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

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

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