#73023E

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

Shades of Tyrian Purple #73023E

Tints of Tyrian Purple #73023E

Color information

#73023E (or 0x73023E) is unknown color: approx Tyrian Purple. HEX triplet: 73, 02 and 3E. RGB value is (115,2,62). Sum of RGB (Red+Green+Blue) = 115+2+62=179 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.25% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 115 - color contains mainly: red. Hex color #73023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73023E is #8CFDC1. Grayscale: #2A2A2A. Windows color (decimal): -9240002 or 4063859. OLE color: 4063859.

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

Color convert

RGB115262-
CMYK00.980.460.55
HSL328.14º96.58%22.94%-
HSV(B)328.14º98.26%45.1%-
XYZ7.964.044.92-
YUV42.63138.94179.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.25%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 62 (24.61% from 255) = 34.64%
R=64.25%
G=1.12%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11526200.980.460.55328.1496.5822.94
Hex7323E0622E371486117
Octal1632760142566751014127
Binary11100111011111001100010101110110111101001000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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