#73034F

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

Shades of Tyrian Purple #73034F

Tints of Tyrian Purple #73034F

Color information

#73034F (or 0x73034F) is unknown color: approx Tyrian Purple. HEX triplet: 73, 03 and 4F. RGB value is (115,3,79). Sum of RGB (Red+Green+Blue) = 115+3+79=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73034F is #8CFCB0. Grayscale: #2C2C2C. Windows color (decimal): -9239729 or 5178227. OLE color: 5178227.

HSL color Cylindrical-coordinate representation of color #73034F: hue angle of 319.29º 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 #73034F is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB115379-
CMYK00.970.310.55
HSL319.29º94.92%23.14%-
HSV(B)319.29º97.39%45.1%-
XYZ8.514.277.77-
YUV45.15147.11177.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.38%
GREEN value IS 3 (1.56% from 255) = 1.52%
BLUE value IS 79 (31.25% from 255) = 40.10%
R=58.38%
G=1.52%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11537900.970.310.55319.2994.9223.14
Hex7334F0611F3713f5f17
Octal16331170141376747713727
Binary11100111110011110110000111111110111100111111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73034F; }

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

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

<style>
 a { background-color: #73034F; }

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

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

<style>
 span { border-color: #73034F; }

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

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