#79073A

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

Shades of Tyrian Purple #79073A

Tints of Tyrian Purple #79073A

Color information

#79073A (or 0x79073A) is unknown color: approx Tyrian Purple. HEX triplet: 79, 07 and 3A. RGB value is (121,7,58). Sum of RGB (Red+Green+Blue) = 121+7+58=186 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.05% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 121 - color contains mainly: red. Hex color #79073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79073A is #86F8C5. Grayscale: #2E2E2E. Windows color (decimal): -8845510 or 3803001. OLE color: 3803001.

HSL color Cylindrical-coordinate representation of color #79073A: hue angle of 333.16º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #79073A is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB121758-
CMYK00.940.520.53
HSL333.16º89.06%25.1%-
HSV(B)333.16º94.21%47.45%-
XYZ8.724.524.42-
YUV46.9134.27180.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 65.05%
GREEN value IS 7 (3.12% from 255) = 3.76%
BLUE value IS 58 (23.05% from 255) = 31.18%
R=65.05%
G=3.76%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12175800.940.520.53333.1689.0625.1
Hex7973A05E343514d5919
Octal1717720136646551513131
Binary111100111111101001011110110100110101101001101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79073A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79073A; }

 p { color: rgb(121,7,58); }

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

<style>
 a { background-color: #79073A; }

 a { background-color: rgb(121,7,58); }

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

<style>
 span { border-color: #79073A; }

 span { border-color: rgb(121,7,58); }

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