#73043A

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

Shades of Tyrian Purple #73043A

Tints of Tyrian Purple #73043A

Color information

#73043A (or 0x73043A) is unknown color: approx Tyrian Purple. HEX triplet: 73, 04 and 3A. RGB value is (115,4,58). Sum of RGB (Red+Green+Blue) = 115+4+58=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #73043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73043A is #8CFBC5. Grayscale: #2B2B2B. Windows color (decimal): -9239494 or 3802227. OLE color: 3802227.

HSL color Cylindrical-coordinate representation of color #73043A: hue angle of 330.81º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73043A is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB115458-
CMYK00.970.500.55
HSL330.81º93.28%23.33%-
HSV(B)330.81º96.52%45.1%-
XYZ7.884.044.37-
YUV43.34136.27179.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.97%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 58 (23.05% from 255) = 32.77%
R=64.97%
G=2.26%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11545800.970.500.55330.8193.2823.33
Hex7343A061323714b5d17
Octal1634720141626751313527
Binary111001110011101001100001110010110111101001011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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