#510538

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

Shades of Tyrian Purple #510538

Tints of Tyrian Purple #510538

Color information

#510538 (or 0x510538) is unknown color: approx Tyrian Purple. HEX triplet: 51, 05 and 38. RGB value is (81,5,56). Sum of RGB (Red+Green+Blue) = 81+5+56=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #510538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510538 is #AEFAC7. Grayscale: #212121. Windows color (decimal): -11467464 or 3671377. OLE color: 3671377.

HSL color Cylindrical-coordinate representation of color #510538: hue angle of 319.74º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510538 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB81556-
CMYK00.940.310.68
HSL319.74º88.37%16.86%-
HSV(B)319.74º93.83%31.76%-
XYZ4.162.143.94-
YUV33.54140.68161.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.04%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 56 (22.27% from 255) = 39.44%
R=57.04%
G=3.52%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8155600.940.310.68319.7488.3716.86
Hex5153805E1F441405811
Octal12157001363710450013021
Binary101000110111100001011110111111000100101000000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510538; }

 p { color: rgb(81,5,56); }

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

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

 a { background-color: rgb(81,5,56); }

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

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

 span { border-color: rgb(81,5,56); }

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