#73024C

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

Shades of Tyrian Purple #73024C

Tints of Tyrian Purple #73024C

Color information

#73024C (or 0x73024C) is unknown color: approx Tyrian Purple. HEX triplet: 73, 02 and 4C. RGB value is (115,2,76). Sum of RGB (Red+Green+Blue) = 115+2+76=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #73024C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73024C is #8CFDB3. Grayscale: #2C2C2C. Windows color (decimal): -9239988 or 4981363. OLE color: 4981363.

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

Color convert

RGB115276-
CMYK00.980.340.55
HSL320.71º96.58%22.94%-
HSV(B)320.71º98.26%45.1%-
XYZ8.44.217.21-
YUV44.22145.94178.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.59%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 76 (30.08% from 255) = 39.38%
R=59.59%
G=1.04%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11527600.980.340.55320.7196.5822.94
Hex7324C06222371416117
Octal16321140142426750114127
Binary111001110100110001100010100010110111101000001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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