#73003B

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

Shades of Tyrian Purple #73003B

Tints of Tyrian Purple #73003B

Color information

#73003B (or 0x73003B) is unknown color: approx Tyrian Purple. HEX triplet: 73, 00 and 3B. RGB value is (115,0,59). Sum of RGB (Red+Green+Blue) = 115+0+59=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #73003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73003B is #8CFFC4. Grayscale: #282828. Windows color (decimal): -9240517 or 3866739. OLE color: 3866739.

HSL color Cylindrical-coordinate representation of color #73003B: hue angle of 329.22º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73003B is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB115059-
CMYK010.490.55
HSL329.22º100%22.55%-
HSV(B)329.22º100%45.1%-
XYZ7.863.964.49-
YUV41.11138.1180.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 33.91%
R=66.09%
G=0%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115059010.490.55329.2210022.55
Hex7303B06431371496417
Octal1630730144616751114427
Binary1110011011101101100100110001110111101001001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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