#510A3F

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

Shades of Tyrian Purple #510A3F

Tints of Tyrian Purple #510A3F

Color information

#510A3F (or 0x510A3F) is unknown color: approx Tyrian Purple. HEX triplet: 51, 0A and 3F. RGB value is (81,10,63). Sum of RGB (Red+Green+Blue) = 81+10+63=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #510A3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510A3F is #AEF5C0. Grayscale: #252525. Windows color (decimal): -11466177 or 4131409. OLE color: 4131409.

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

Color convert

RGB811063-
CMYK00.880.220.68
HSL315.21º78.02%17.84%-
HSV(B)315.21º87.65%31.76%-
XYZ4.42.334.92-
YUV37.27142.52159.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 10 (4.30% from 255) = 6.49%
BLUE value IS 63 (25% from 255) = 40.91%
R=52.60%
G=6.49%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81106300.880.220.68315.2178.0217.84
Hex51A3F058164413b4e12
Octal121127701302610447311622
Binary1010001101011111101011000101101000100100111011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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