#510E3F

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

Shades of Tyrian Purple #510E3F

Tints of Tyrian Purple #510E3F

Color information

#510E3F (or 0x510E3F) is unknown color: approx Tyrian Purple. HEX triplet: 51, 0E and 3F. RGB value is (81,14,63). Sum of RGB (Red+Green+Blue) = 81+14+63=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 14 (5.86% from 255 or 8.86% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #510E3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510E3F is #AEF1C0. Grayscale: #272727. Windows color (decimal): -11465153 or 4132433. OLE color: 4132433.

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

Color convert

RGB811463-
CMYK00.830.220.68
HSL316.12º70.53%18.63%-
HSV(B)316.12º82.72%31.76%-
XYZ4.452.424.94-
YUV39.62141.2157.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 14 (5.86% from 255) = 8.86%
BLUE value IS 63 (25% from 255) = 39.87%
R=51.27%
G=8.86%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81146300.830.220.68316.1270.5318.63
Hex51E3F053164413c4713
Octal121167701232610447410723
Binary1010001111011111101010011101101000100100111100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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