#7A084D

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

Shades of Tyrian Purple #7A084D

Tints of Tyrian Purple #7A084D

Color information

#7A084D (or 0x7A084D) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 08 and 4D. RGB value is (122,8,77). Sum of RGB (Red+Green+Blue) = 122+8+77=207 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.94% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 122 - color contains mainly: red. Hex color #7A084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A084D is #85F7B2. Grayscale: #313131. Windows color (decimal): -8779699 or 5048442. OLE color: 5048442.

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

Color convert

RGB122877-
CMYK00.930.370.52
HSL323.68º87.69%25.49%-
HSV(B)323.68º93.44%47.84%-
XYZ9.454.857.46-
YUV49.95143.27179.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.94%
GREEN value IS 8 (3.52% from 255) = 3.86%
BLUE value IS 77 (30.47% from 255) = 37.20%
R=58.94%
G=3.86%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12287700.930.370.52323.6887.6925.49
Hex7A84D05D25341445819
Octal172101150135456450413031
Binary11110101000100110101011101100101110100101000100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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