#73044C

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

Shades of Tyrian Purple #73044C

Tints of Tyrian Purple #73044C

Color information

#73044C (or 0x73044C) is unknown color: approx Tyrian Purple. HEX triplet: 73, 04 and 4C. RGB value is (115,4,76). Sum of RGB (Red+Green+Blue) = 115+4+76=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #73044C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73044C is #8CFBB3. Grayscale: #2D2D2D. Windows color (decimal): -9239476 or 4981875. OLE color: 4981875.

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

Color convert

RGB115476-
CMYK00.970.340.55
HSL321.08º93.28%23.33%-
HSV(B)321.08º96.52%45.1%-
XYZ8.424.257.21-
YUV45.4145.27177.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.97%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 76 (30.08% from 255) = 38.97%
R=58.97%
G=2.05%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11547600.970.340.55321.0893.2823.33
Hex7344C06122371415d17
Octal16341140141426750113527
Binary1110011100100110001100001100010110111101000001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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