#73033A

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

Shades of Tyrian Purple #73033A

Tints of Tyrian Purple #73033A

Color information

#73033A (or 0x73033A) is unknown color: approx Tyrian Purple. HEX triplet: 73, 03 and 3A. RGB value is (115,3,58). Sum of RGB (Red+Green+Blue) = 115+3+58=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #73033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73033A is #8CFCC5. Grayscale: #2A2A2A. Windows color (decimal): -9239750 or 3801971. OLE color: 3801971.

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

Color convert

RGB115358-
CMYK00.970.500.55
HSL330.54º94.92%23.14%-
HSV(B)330.54º97.39%45.1%-
XYZ7.874.024.36-
YUV42.76136.61179.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.34%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=65.34%
G=1.70%
B=32.95%

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
Decimal11535800.970.500.55330.5494.9223.14
Hex7333A061323714b5f17
Octal1633720141626751313727
Binary11100111111101001100001110010110111101001011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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