#7A094A

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

Shades of Tyrian Purple #7A094A

Tints of Tyrian Purple #7A094A

Color information

#7A094A (or 0x7A094A) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 09 and 4A. RGB value is (122,9,74). Sum of RGB (Red+Green+Blue) = 122+9+74=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A094A is #85F6B5. Grayscale: #323232. Windows color (decimal): -8779446 or 4852090. OLE color: 4852090.

HSL color Cylindrical-coordinate representation of color #7A094A: hue angle of 325.49º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A094A is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB122974-
CMYK00.930.390.52
HSL325.49º86.26%25.69%-
HSV(B)325.49º92.62%47.84%-
XYZ9.364.836.92-
YUV50.2141.44179.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 59.51%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=59.51%
G=4.39%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12297400.930.390.52325.4986.2625.69
Hex7A94A05D2734145561a
Octal172111120135476450512632
Binary11110101001100101001011101100111110100101000101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A094A; }

 p { color: rgb(122,9,74); }

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

<style>
 a { background-color: #7A094A; }

 a { background-color: rgb(122,9,74); }

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

<style>
 span { border-color: #7A094A; }

 span { border-color: rgb(122,9,74); }

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