#73023C

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

Shades of Tyrian Purple #73023C

Tints of Tyrian Purple #73023C

Color information

#73023C (or 0x73023C) is unknown color: approx Tyrian Purple. HEX triplet: 73, 02 and 3C. RGB value is (115,2,60). Sum of RGB (Red+Green+Blue) = 115+2+60=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #73023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73023C is #8CFDC3. Grayscale: #2A2A2A. Windows color (decimal): -9240004 or 3932787. OLE color: 3932787.

HSL color Cylindrical-coordinate representation of color #73023C: hue angle of 329.2º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73023C is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB115260-
CMYK00.980.480.55
HSL329.2º96.58%22.94%-
HSV(B)329.2º98.26%45.1%-
XYZ7.914.014.63-
YUV42.4137.94179.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.97%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 60 (23.83% from 255) = 33.90%
R=64.97%
G=1.13%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11526000.980.480.55329.296.5822.94
Hex7323C06230371496117
Octal1632740142606751114127
Binary11100111011110001100010110000110111101001001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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