#7A033A

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

Shades of Tyrian Purple #7A033A

Tints of Tyrian Purple #7A033A

Color information

#7A033A (or 0x7A033A) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 03 and 3A. RGB value is (122,3,58). Sum of RGB (Red+Green+Blue) = 122+3+58=183 (24% of max value = 765). Red value is 122 (48.05% from 255 or 66.67% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 122 - color contains mainly: red. Hex color #7A033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A033A is #85FCC5. Grayscale: #2C2C2C. Windows color (decimal): -8780998 or 3801978. OLE color: 3801978.

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

Color convert

RGB122358-
CMYK00.980.520.52
HSL332.27º95.2%24.51%-
HSV(B)332.27º97.54%47.84%-
XYZ8.824.514.41-
YUV44.85135.42183.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 66.67%
GREEN value IS 3 (1.56% from 255) = 1.64%
BLUE value IS 58 (23.05% from 255) = 31.69%
R=66.67%
G=1.64%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12235800.980.520.52332.2795.224.51
Hex7A33A062343414c5f19
Octal1723720142646451413731
Binary11110101111101001100010110100110100101001100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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