#7A0845

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

Shades of Tyrian Purple #7A0845

Tints of Tyrian Purple #7A0845

Color information

#7A0845 (or 0x7A0845) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 08 and 45. RGB value is (122,8,69). Sum of RGB (Red+Green+Blue) = 122+8+69=199 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.31% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0845 is #85F7BA. Grayscale: #303030. Windows color (decimal): -8779707 or 4524154. OLE color: 4524154.

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

Color convert

RGB122869-
CMYK00.930.430.52
HSL327.89º87.69%25.49%-
HSV(B)327.89º93.44%47.84%-
XYZ9.194.746.06-
YUV49.04139.27180.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 61.31%
GREEN value IS 8 (3.52% from 255) = 4.02%
BLUE value IS 69 (27.34% from 255) = 34.67%
R=61.31%
G=4.02%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12286900.930.430.52327.8987.6925.49
Hex7A84505D2B341485819
Octal172101050135536451013031
Binary11110101000100010101011101101011110100101001000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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