#510938

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

Shades of Tyrian Purple #510938

Tints of Tyrian Purple #510938

Color information

#510938 (or 0x510938) is unknown color: approx Tyrian Purple. HEX triplet: 51, 09 and 38. RGB value is (81,9,56). Sum of RGB (Red+Green+Blue) = 81+9+56=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #510938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510938 is #AEF6C7. Grayscale: #232323. Windows color (decimal): -11466440 or 3672401. OLE color: 3672401.

HSL color Cylindrical-coordinate representation of color #510938: hue angle of 320.83º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510938 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB81956-
CMYK00.890.310.68
HSL320.83º80%17.65%-
HSV(B)320.83º88.89%31.76%-
XYZ4.22.233.95-
YUV35.89139.35160.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.48%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 56 (22.27% from 255) = 38.36%
R=55.48%
G=6.16%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8195600.890.310.68320.838017.65
Hex519380591F441415012
Octal121117001313710450112022
Binary1010001100111100001011001111111000100101000001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510938; }

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

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

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

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

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

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

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

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