#510946

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

Shades of Tyrian Purple #510946

Tints of Tyrian Purple #510946

Color information

#510946 (or 0x510946) is unknown color: approx Tyrian Purple. HEX triplet: 51, 09 and 46. RGB value is (81,9,70). Sum of RGB (Red+Green+Blue) = 81+9+70=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #510946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510946 is #AEF6B9. Grayscale: #252525. Windows color (decimal): -11466426 or 4589905. OLE color: 4589905.

HSL color Cylindrical-coordinate representation of color #510946: hue angle of 309.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510946 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB81970-
CMYK00.890.140.68
HSL309.17º80%17.65%-
HSV(B)309.17º88.89%31.76%-
XYZ4.62.396.01-
YUV37.48146.35159.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.62%
GREEN value IS 9 (3.91% from 255) = 5.62%
BLUE value IS 70 (27.73% from 255) = 43.75%
R=50.62%
G=5.62%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8197000.890.140.68309.178017.65
Hex51946059E441355012
Octal1211110601311610446512022
Binary1010001100110001100101100111101000100100110101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510946; }

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

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

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

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

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

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

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

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