#73003C

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

Shades of Tyrian Purple #73003C

Tints of Tyrian Purple #73003C

Color information

#73003C (or 0x73003C) is unknown color: approx Tyrian Purple. HEX triplet: 73, 00 and 3C. RGB value is (115,0,60). Sum of RGB (Red+Green+Blue) = 115+0+60=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #73003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73003C is #8CFFC3. Grayscale: #292929. Windows color (decimal): -9240516 or 3932275. OLE color: 3932275.

HSL color Cylindrical-coordinate representation of color #73003C: hue angle of 328.7º 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 #73003C is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB115060-
CMYK010.480.55
HSL328.7º100%22.55%-
HSV(B)328.7º100%45.1%-
XYZ7.893.974.63-
YUV41.22138.6180.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=65.71%
G=0%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115060010.480.55328.710022.55
Hex7303C06430371496417
Octal1630740144606751114427
Binary1110011011110001100100110000110111101001001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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