#73023D

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

Shades of Tyrian Purple #73023D

Tints of Tyrian Purple #73023D

Color information

#73023D (or 0x73023D) is unknown color: approx Tyrian Purple. HEX triplet: 73, 02 and 3D. RGB value is (115,2,61). Sum of RGB (Red+Green+Blue) = 115+2+61=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #73023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73023D is #8CFDC2. Grayscale: #2A2A2A. Windows color (decimal): -9240003 or 3998323. OLE color: 3998323.

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

Color convert

RGB115261-
CMYK00.980.470.55
HSL328.67º96.58%22.94%-
HSV(B)328.67º98.26%45.1%-
XYZ7.934.034.77-
YUV42.51138.44179.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.61%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 61 (24.22% from 255) = 34.27%
R=64.61%
G=1.12%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11526100.980.470.55328.6796.5822.94
Hex7323D0622F371496117
Octal1632750142576751114127
Binary11100111011110101100010101111110111101001001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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