#510846

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

Shades of Tyrian Purple #510846

Tints of Tyrian Purple #510846

Color information

#510846 (or 0x510846) is unknown color: approx Tyrian Purple. HEX triplet: 51, 08 and 46. RGB value is (81,8,70). Sum of RGB (Red+Green+Blue) = 81+8+70=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #510846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510846 is #AEF7B9. Grayscale: #242424. Windows color (decimal): -11466682 or 4589649. OLE color: 4589649.

HSL color Cylindrical-coordinate representation of color #510846: hue angle of 309.04º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510846 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB81870-
CMYK00.900.140.68
HSL309.04º82.02%17.45%-
HSV(B)309.04º90.12%31.76%-
XYZ4.592.376.01-
YUV36.89146.68159.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.94%
GREEN value IS 8 (3.52% from 255) = 5.03%
BLUE value IS 70 (27.73% from 255) = 44.03%
R=50.94%
G=5.03%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8187000.900.140.68309.0482.0217.45
Hex5184605AE441355211
Octal1211010601321610446512221
Binary1010001100010001100101101011101000100100110101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510846; }

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

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

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

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

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

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

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

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