#51093C

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

Shades of Tyrian Purple #51093C

Tints of Tyrian Purple #51093C

Color information

#51093C (or 0x51093C) is unknown color: approx Tyrian Purple. HEX triplet: 51, 09 and 3C. RGB value is (81,9,60). Sum of RGB (Red+Green+Blue) = 81+9+60=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #51093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51093C is #AEF6C3. Grayscale: #242424. Windows color (decimal): -11466436 or 3934545. OLE color: 3934545.

HSL color Cylindrical-coordinate representation of color #51093C: hue angle of 317.5º 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 #51093C is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB81960-
CMYK00.890.260.68
HSL317.5º80%17.65%-
HSV(B)317.5º88.89%31.76%-
XYZ4.312.274.49-
YUV36.34141.35159.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54%
GREEN value IS 9 (3.91% from 255) = 6%
BLUE value IS 60 (23.83% from 255) = 40%
R=54%
G=6%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8196000.890.260.68317.58017.65
Hex5193C0591A4413e5012
Octal121117401313210447612022
Binary1010001100111110001011001110101000100100111110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51093C; }

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

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

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

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

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

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

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

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