#51043A

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

Shades of Tyrian Purple #51043A

Tints of Tyrian Purple #51043A

Color information

#51043A (or 0x51043A) is unknown color: approx Tyrian Purple. HEX triplet: 51, 04 and 3A. RGB value is (81,4,58). Sum of RGB (Red+Green+Blue) = 81+4+58=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #51043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51043A is #AEFBC5. Grayscale: #212121. Windows color (decimal): -11467718 or 3802193. OLE color: 3802193.

HSL color Cylindrical-coordinate representation of color #51043A: hue angle of 317.92º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51043A is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB81458-
CMYK00.950.280.68
HSL317.92º90.59%16.67%-
HSV(B)317.92º95.06%31.76%-
XYZ4.22.144.19-
YUV33.18142.01162.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.64%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 58 (23.05% from 255) = 40.56%
R=56.64%
G=2.80%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8145800.950.280.68317.9290.5916.67
Hex5143A05F1C4413e5b11
Octal12147201373410447613321
Binary101000110011101001011111111001000100100111110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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