#510D3D

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

Shades of Tyrian Purple #510D3D

Tints of Tyrian Purple #510D3D

Color information

#510D3D (or 0x510D3D) is unknown color: approx Tyrian Purple. HEX triplet: 51, 0D and 3D. RGB value is (81,13,61). Sum of RGB (Red+Green+Blue) = 81+13+61=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #510D3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510D3D is #AEF2C2. Grayscale: #262626. Windows color (decimal): -11465411 or 4001105. OLE color: 4001105.

HSL color Cylindrical-coordinate representation of color #510D3D: hue angle of 317.65º 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 #510D3D is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB811361-
CMYK00.840.250.68
HSL317.65º72.34%18.43%-
HSV(B)317.65º83.95%31.76%-
XYZ4.382.374.64-
YUV38.8140.53158.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 13 (5.47% from 255) = 8.39%
BLUE value IS 61 (24.22% from 255) = 39.35%
R=52.26%
G=8.39%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81136100.840.250.68317.6572.3418.43
Hex51D3D054194413e4812
Octal121157501243110447611022
Binary1010001110111110101010100110011000100100111110100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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