#7A084C

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

Shades of Tyrian Purple #7A084C

Tints of Tyrian Purple #7A084C

Color information

#7A084C (or 0x7A084C) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 08 and 4C. RGB value is (122,8,76). Sum of RGB (Red+Green+Blue) = 122+8+76=206 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.22% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 122 - color contains mainly: red. Hex color #7A084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A084C is #85F7B3. Grayscale: #313131. Windows color (decimal): -8779700 or 4982906. OLE color: 4982906.

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

Color convert

RGB122876-
CMYK00.930.380.52
HSL324.21º87.69%25.49%-
HSV(B)324.21º93.44%47.84%-
XYZ9.424.837.27-
YUV49.84142.77179.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 59.22%
GREEN value IS 8 (3.52% from 255) = 3.88%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=59.22%
G=3.88%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12287600.930.380.52324.2187.6925.49
Hex7A84C05D26341445819
Octal172101140135466450413031
Binary11110101000100110001011101100110110100101000100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A084C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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