#7A053A

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

Shades of Tyrian Purple #7A053A

Tints of Tyrian Purple #7A053A

Color information

#7A053A (or 0x7A053A) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 05 and 3A. RGB value is (122,5,58). Sum of RGB (Red+Green+Blue) = 122+5+58=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A053A is #85FAC5. Grayscale: #2D2D2D. Windows color (decimal): -8780486 or 3802490. OLE color: 3802490.

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

Color convert

RGB122558-
CMYK00.960.520.52
HSL332.82º92.13%24.9%-
HSV(B)332.82º95.9%47.84%-
XYZ8.844.554.42-
YUV46.03134.76182.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 65.95%
GREEN value IS 5 (2.34% from 255) = 2.70%
BLUE value IS 58 (23.05% from 255) = 31.35%
R=65.95%
G=2.70%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12255800.960.520.52332.8292.1324.9
Hex7A53A060343414d5c19
Octal1725720140646451513431
Binary111101010111101001100000110100110100101001101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,5,58); }

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

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

 a { background-color: rgb(122,5,58); }

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

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

 span { border-color: rgb(122,5,58); }

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