#73033E

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

Shades of Tyrian Purple #73033E

Tints of Tyrian Purple #73033E

Color information

#73033E (or 0x73033E) is unknown color: approx Tyrian Purple. HEX triplet: 73, 03 and 3E. RGB value is (115,3,62). Sum of RGB (Red+Green+Blue) = 115+3+62=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #73033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73033E is #8CFCC1. Grayscale: #2B2B2B. Windows color (decimal): -9239746 or 4064115. OLE color: 4064115.

HSL color Cylindrical-coordinate representation of color #73033E: hue angle of 328.39º degrees, saturation: 0.95, 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 #73033E is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB115362-
CMYK00.970.460.55
HSL328.39º94.92%23.14%-
HSV(B)328.39º97.39%45.1%-
XYZ7.974.064.92-
YUV43.21138.61179.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.89%
GREEN value IS 3 (1.56% from 255) = 1.67%
BLUE value IS 62 (24.61% from 255) = 34.44%
R=63.89%
G=1.67%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11536200.970.460.55328.3994.9223.14
Hex7333E0612E371485f17
Octal1633760141566751013727
Binary11100111111111001100001101110110111101001000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73033E; }

 p { color: rgb(115,3,62); }

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

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

 a { background-color: rgb(115,3,62); }

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

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

 span { border-color: rgb(115,3,62); }

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