#7A094D

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

Shades of Tyrian Purple #7A094D

Tints of Tyrian Purple #7A094D

Color information

#7A094D (or 0x7A094D) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 09 and 4D. RGB value is (122,9,77). Sum of RGB (Red+Green+Blue) = 122+9+77=208 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.65% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 122 - color contains mainly: red. Hex color #7A094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A094D is #85F6B2. Grayscale: #323232. Windows color (decimal): -8779443 or 5048698. OLE color: 5048698.

HSL color Cylindrical-coordinate representation of color #7A094D: hue angle of 323.89º 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 #7A094D is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB122977-
CMYK00.930.370.52
HSL323.89º86.26%25.69%-
HSV(B)323.89º92.62%47.84%-
XYZ9.464.877.46-
YUV50.54142.94178.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.65%
GREEN value IS 9 (3.91% from 255) = 4.33%
BLUE value IS 77 (30.47% from 255) = 37.02%
R=58.65%
G=4.33%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12297700.930.370.52323.8986.2625.69
Hex7A94D05D2534144561a
Octal172111150135456450412632
Binary11110101001100110101011101100101110100101000100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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