#510D3F

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

Shades of Tyrian Purple #510D3F

Tints of Tyrian Purple #510D3F

Color information

#510D3F (or 0x510D3F) is unknown color: approx Tyrian Purple. HEX triplet: 51, 0D and 3F. RGB value is (81,13,63). Sum of RGB (Red+Green+Blue) = 81+13+63=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #510D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510D3F is #AEF2C0. Grayscale: #262626. Windows color (decimal): -11465409 or 4132177. OLE color: 4132177.

HSL color Cylindrical-coordinate representation of color #510D3F: hue angle of 315.88º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #510D3F is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB811363-
CMYK00.840.220.68
HSL315.88º72.34%18.43%-
HSV(B)315.88º83.95%31.76%-
XYZ4.432.44.93-
YUV39.03141.53157.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 13 (5.47% from 255) = 8.28%
BLUE value IS 63 (25% from 255) = 40.13%
R=51.59%
G=8.28%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81136300.840.220.68315.8872.3418.43
Hex51D3F054164413c4812
Octal121157701242610447411022
Binary1010001110111111101010100101101000100100111100100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510D3F; }

 p { color: rgb(81,13,63); }

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

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

 a { background-color: rgb(81,13,63); }

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

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

 span { border-color: rgb(81,13,63); }

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