#51093A

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

Shades of Tyrian Purple #51093A

Tints of Tyrian Purple #51093A

Color information

#51093A (or 0x51093A) is unknown color: approx Tyrian Purple. HEX triplet: 51, 09 and 3A. RGB value is (81,9,58). Sum of RGB (Red+Green+Blue) = 81+9+58=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #51093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51093A is #AEF6C5. Grayscale: #232323. Windows color (decimal): -11466438 or 3803473. OLE color: 3803473.

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

Color convert

RGB81958-
CMYK00.890.280.68
HSL319.17º80%17.65%-
HSV(B)319.17º88.89%31.76%-
XYZ4.252.254.21-
YUV36.11140.35160.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.73%
GREEN value IS 9 (3.91% from 255) = 6.08%
BLUE value IS 58 (23.05% from 255) = 39.19%
R=54.73%
G=6.08%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8195800.890.280.68319.178017.65
Hex5193A0591C4413f5012
Octal121117201313410447712022
Binary1010001100111101001011001111001000100100111111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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