#510845

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

Shades of Tyrian Purple #510845

Tints of Tyrian Purple #510845

Color information

#510845 (or 0x510845) is unknown color: approx Tyrian Purple. HEX triplet: 51, 08 and 45. RGB value is (81,8,69). Sum of RGB (Red+Green+Blue) = 81+8+69=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 69 (27.34% from 255 or 43.67% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #510845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510845 is #AEF7BA. Grayscale: #242424. Windows color (decimal): -11466683 or 4524113. OLE color: 4524113.

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

Color convert

RGB81869-
CMYK00.900.150.68
HSL309.86º82.02%17.45%-
HSV(B)309.86º90.12%31.76%-
XYZ4.552.355.84-
YUV36.78146.18159.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 8 (3.52% from 255) = 5.06%
BLUE value IS 69 (27.34% from 255) = 43.67%
R=51.27%
G=5.06%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8186900.900.150.68309.8682.0217.45
Hex5184505AF441365211
Octal1211010501321710446612221
Binary1010001100010001010101101011111000100100110110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510845; }

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

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

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

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

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

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

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

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