#510531

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

Shades of Tyrian Purple #510531

Tints of Tyrian Purple #510531

Color information

#510531 (or 0x510531) is unknown color: approx Tyrian Purple. HEX triplet: 51, 05 and 31. RGB value is (81,5,49). Sum of RGB (Red+Green+Blue) = 81+5+49=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #510531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510531 is #AEFACE. Grayscale: #202020. Windows color (decimal): -11467471 or 3212625. OLE color: 3212625.

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

Color convert

RGB81549-
CMYK00.940.400.68
HSL325.26º88.37%16.86%-
HSV(B)325.26º93.83%31.76%-
XYZ42.083.1-
YUV32.74137.18162.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60%
GREEN value IS 5 (2.34% from 255) = 3.70%
BLUE value IS 49 (19.53% from 255) = 36.30%
R=60%
G=3.70%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8154900.940.400.68325.2688.3716.86
Hex5153105E28441455811
Octal12156101365010450513021
Binary1010001101110001010111101010001000100101000101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510531; }

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

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

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

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

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

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

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

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