#510A38

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

Shades of Tyrian Purple #510A38

Tints of Tyrian Purple #510A38

Color information

#510A38 (or 0x510A38) is unknown color: approx Tyrian Purple. HEX triplet: 51, 0A and 38. RGB value is (81,10,56). Sum of RGB (Red+Green+Blue) = 81+10+56=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #510A38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510A38 is #AEF5C7. Grayscale: #242424. Windows color (decimal): -11466184 or 3672657. OLE color: 3672657.

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

Color convert

RGB811056-
CMYK00.880.310.68
HSL321.13º78.02%17.84%-
HSV(B)321.13º87.65%31.76%-
XYZ4.222.253.95-
YUV36.47139.02159.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.10%
GREEN value IS 10 (4.30% from 255) = 6.80%
BLUE value IS 56 (22.27% from 255) = 38.10%
R=55.10%
G=6.80%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81105600.880.310.68321.1378.0217.84
Hex51A380581F441414e12
Octal121127001303710450111622
Binary1010001101011100001011000111111000100101000001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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