#510542

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

Shades of Tyrian Purple #510542

Tints of Tyrian Purple #510542

Color information

#510542 (or 0x510542) is unknown color: approx Tyrian Purple. HEX triplet: 51, 05 and 42. RGB value is (81,5,66). Sum of RGB (Red+Green+Blue) = 81+5+66=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #510542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510542 is #AEFABD. Grayscale: #222222. Windows color (decimal): -11467454 or 4326737. OLE color: 4326737.

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

Color convert

RGB81566-
CMYK00.940.190.68
HSL311.84º88.37%16.86%-
HSV(B)311.84º93.83%31.76%-
XYZ4.432.255.36-
YUV34.68145.68161.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.29%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 66 (26.17% from 255) = 43.42%
R=53.29%
G=3.29%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8156600.940.190.68311.8488.3716.86
Hex5154205E13441385811
Octal121510201362310447013021
Binary1010001101100001001011110100111000100100111000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510542; }

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

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

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

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

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

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

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

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