#79064A

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

Shades of Tyrian Purple #79064A

Tints of Tyrian Purple #79064A

Color information

#79064A (or 0x79064A) is unknown color: approx Tyrian Purple. HEX triplet: 79, 06 and 4A. RGB value is (121,6,74). Sum of RGB (Red+Green+Blue) = 121+6+74=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #79064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79064A is #86F9B5. Grayscale: #2F2F2F. Windows color (decimal): -8845750 or 4851321. OLE color: 4851321.

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

Color convert

RGB121674-
CMYK00.950.390.53
HSL324.52º90.55%24.9%-
HSV(B)324.52º95.04%47.45%-
XYZ9.194.696.9-
YUV48.14142.6179.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.20%
GREEN value IS 6 (2.73% from 255) = 2.99%
BLUE value IS 74 (29.30% from 255) = 36.82%
R=60.20%
G=2.99%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12167400.950.390.53324.5290.5524.9
Hex7964A05F27351455b19
Octal17161120137476550513331
Binary1111001110100101001011111100111110101101000101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,6,74); }

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

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

 a { background-color: rgb(121,6,74); }

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

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

 span { border-color: rgb(121,6,74); }

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