#73074D

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

Shades of Tyrian Purple #73074D

Tints of Tyrian Purple #73074D

Color information

#73074D (or 0x73074D) is unknown color: approx Tyrian Purple. HEX triplet: 73, 07 and 4D. RGB value is (115,7,77). Sum of RGB (Red+Green+Blue) = 115+7+77=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #73074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73074D is #8CF8B2. Grayscale: #2F2F2F. Windows color (decimal): -9238707 or 5048179. OLE color: 5048179.

HSL color Cylindrical-coordinate representation of color #73074D: hue angle of 321.11º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73074D is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB115777-
CMYK00.940.330.55
HSL321.11º88.52%23.92%-
HSV(B)321.11º93.91%45.1%-
XYZ8.494.337.41-
YUV47.27144.78176.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.79%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=57.79%
G=3.52%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11577700.940.330.55321.1188.5223.92
Hex7374D05E21371415918
Octal16371150136416750113130
Binary1110011111100110101011110100001110111101000001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73074D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,7,77); }

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

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

 a { background-color: rgb(115,7,77); }

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

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

 span { border-color: rgb(115,7,77); }

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