#7A0738

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

Shades of Tyrian Purple #7A0738

Tints of Tyrian Purple #7A0738

Color information

#7A0738 (or 0x7A0738) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 07 and 38. RGB value is (122,7,56). Sum of RGB (Red+Green+Blue) = 122+7+56=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0738 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0738 is #85F8C7. Grayscale: #2E2E2E. Windows color (decimal): -8779976 or 3671930. OLE color: 3671930.

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

Color convert

RGB122756-
CMYK00.940.540.52
HSL334.43º89.15%25.29%-
HSV(B)334.43º94.26%47.84%-
XYZ8.824.584.16-
YUV46.97133.1181.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 65.95%
GREEN value IS 7 (3.12% from 255) = 3.78%
BLUE value IS 56 (22.27% from 255) = 30.27%
R=65.95%
G=3.78%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12275600.940.540.52334.4389.1525.29
Hex7A73805E363414e5919
Octal1727700136666451613131
Binary111101011111100001011110110110110100101001110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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