#73003e

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

Shades of Tyrian Purple #73003E

Tints of Tyrian Purple #73003E

Color information

#73003E (or 0x73003E) is unknown color: approx Tyrian Purple. HEX triplet: 73, 00 and 3E. RGB value is (115,0,62). Sum of RGB (Red+Green+Blue) = 115+0+62=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #73003E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73003E is #8CFFC1. Grayscale: #292929. Windows color (decimal): -9240514 or 4063347. OLE color: 4063347.

HSL color Cylindrical-coordinate representation of color #73003E: hue angle of 327.65º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73003E is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB115062-
CMYK010.460.55
HSL327.65º100%22.55%-
HSV(B)327.65º100%45.1%-
XYZ7.943.994.91-
YUV41.45139.6180.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 35.03%
R=64.97%
G=0%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115062010.460.55327.6510022.55
Hex7303E0642E371486417
Octal1630760144566751014427
Binary1110011011111001100100101110110111101001000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73003e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73003e; }

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

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

<style>
 a { background-color: #73003e; }

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

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

<style>
 span { border-color: #73003e; }

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

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