#7A074A

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

Shades of Tyrian Purple #7A074A

Tints of Tyrian Purple #7A074A

Color information

#7A074A (or 0x7A074A) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 07 and 4A. RGB value is (122,7,74). Sum of RGB (Red+Green+Blue) = 122+7+74=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A074A is #85F8B5. Grayscale: #303030. Windows color (decimal): -8779958 or 4851578. OLE color: 4851578.

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

Color convert

RGB122774-
CMYK00.940.390.52
HSL325.04º89.15%25.29%-
HSV(B)325.04º94.26%47.84%-
XYZ9.344.786.91-
YUV49.02142.1180.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 60.10%
GREEN value IS 7 (3.12% from 255) = 3.45%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=60.10%
G=3.45%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12277400.940.390.52325.0489.1525.29
Hex7A74A05E27341455919
Octal17271120136476450513131
Binary1111010111100101001011110100111110100101000101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A074A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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