#7A0745

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

Shades of Tyrian Purple #7A0745

Tints of Tyrian Purple #7A0745

Color information

#7A0745 (or 0x7A0745) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 07 and 45. RGB value is (122,7,69). Sum of RGB (Red+Green+Blue) = 122+7+69=198 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.62% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0745 is #85F8BA. Grayscale: #303030. Windows color (decimal): -8779963 or 4523898. OLE color: 4523898.

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

Color convert

RGB122769-
CMYK00.940.430.52
HSL327.65º89.15%25.29%-
HSV(B)327.65º94.26%47.84%-
XYZ9.184.726.06-
YUV48.45139.6180.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 61.62%
GREEN value IS 7 (3.12% from 255) = 3.54%
BLUE value IS 69 (27.34% from 255) = 34.85%
R=61.62%
G=3.54%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12276900.940.430.52327.6589.1525.29
Hex7A74505E2B341485919
Octal17271050136536451013131
Binary1111010111100010101011110101011110100101001000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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