#510241

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

Shades of Tyrian Purple #510241

Tints of Tyrian Purple #510241

Color information

#510241 (or 0x510241) is unknown color: approx Tyrian Purple. HEX triplet: 51, 02 and 41. RGB value is (81,2,65). Sum of RGB (Red+Green+Blue) = 81+2+65=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #510241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510241 is #AEFDBE. Grayscale: #202020. Windows color (decimal): -11468223 or 4260433. OLE color: 4260433.

HSL color Cylindrical-coordinate representation of color #510241: hue angle of 312.15º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510241 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB81265-
CMYK00.980.200.68
HSL312.15º95.18%16.27%-
HSV(B)312.15º97.53%31.76%-
XYZ4.372.175.19-
YUV32.8146.17162.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.73%
GREEN value IS 2 (1.17% from 255) = 1.35%
BLUE value IS 65 (25.78% from 255) = 43.92%
R=54.73%
G=1.35%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8126500.980.200.68312.1595.1816.27
Hex5124106214441385f10
Octal121210101422410447013720
Binary101000110100000101100010101001000100100111000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510241; }

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

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

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

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

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

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

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

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