#73033B

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

Shades of Tyrian Purple #73033B

Tints of Tyrian Purple #73033B

Color information

#73033B (or 0x73033B) is unknown color: approx Tyrian Purple. HEX triplet: 73, 03 and 3B. RGB value is (115,3,59). Sum of RGB (Red+Green+Blue) = 115+3+59=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #73033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73033B is #8CFCC4. Grayscale: #2A2A2A. Windows color (decimal): -9239749 or 3867507. OLE color: 3867507.

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

Color convert

RGB115359-
CMYK00.970.490.55
HSL330º94.92%23.14%-
HSV(B)330º97.39%45.1%-
XYZ7.894.034.5-
YUV42.87137.11179.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.97%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 59 (23.44% from 255) = 33.33%
R=64.97%
G=1.69%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11535900.970.490.5533094.9223.14
Hex7333B061313714a5f17
Octal1633730141616751213727
Binary11100111111101101100001110001110111101001010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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