#510841

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

Shades of Tyrian Purple #510841

Tints of Tyrian Purple #510841

Color information

#510841 (or 0x510841) is unknown color: approx Tyrian Purple. HEX triplet: 51, 08 and 41. RGB value is (81,8,65). Sum of RGB (Red+Green+Blue) = 81+8+65=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #510841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510841 is #AEF7BE. Grayscale: #242424. Windows color (decimal): -11466687 or 4261969. OLE color: 4261969.

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

Color convert

RGB81865-
CMYK00.900.200.68
HSL313.15º82.02%17.45%-
HSV(B)313.15º90.12%31.76%-
XYZ4.432.35.21-
YUV36.33144.18159.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 8 (3.52% from 255) = 5.19%
BLUE value IS 65 (25.78% from 255) = 42.21%
R=52.60%
G=5.19%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8186500.900.200.68313.1582.0217.45
Hex5184105A14441395211
Octal1211010101322410447112221
Binary10100011000100000101011010101001000100100111001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510841; }

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

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

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

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

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

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

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

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