#7A0445

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

Shades of Tyrian Purple #7A0445

Tints of Tyrian Purple #7A0445

Color information

#7A0445 (or 0x7A0445) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 04 and 45. RGB value is (122,4,69). Sum of RGB (Red+Green+Blue) = 122+4+69=195 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.56% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0445 is #85FBBA. Grayscale: #2E2E2E. Windows color (decimal): -8780731 or 4523130. OLE color: 4523130.

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

Color convert

RGB122469-
CMYK00.970.430.52
HSL326.95º93.65%24.71%-
HSV(B)326.95º96.72%47.84%-
XYZ9.144.656.05-
YUV46.69140.59181.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 62.56%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 69 (27.34% from 255) = 35.38%
R=62.56%
G=2.05%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12246900.970.430.52326.9593.6524.71
Hex7A4450612B341475e19
Octal17241050141536450713631
Binary1111010100100010101100001101011110100101000111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,4,69); }

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

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

 a { background-color: rgb(122,4,69); }

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

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

 span { border-color: rgb(122,4,69); }

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