#7A054C

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

Shades of Tyrian Purple #7A054C

Tints of Tyrian Purple #7A054C

Color information

#7A054C (or 0x7A054C) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 05 and 4C. RGB value is (122,5,76). Sum of RGB (Red+Green+Blue) = 122+5+76=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A054C is #85FAB3. Grayscale: #2F2F2F. Windows color (decimal): -8780468 or 4982138. OLE color: 4982138.

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

Color convert

RGB122576-
CMYK00.960.380.52
HSL323.59º92.13%24.9%-
HSV(B)323.59º95.9%47.84%-
XYZ9.384.777.26-
YUV48.08143.76180.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 60.10%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=60.10%
G=2.46%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12257600.960.380.52323.5992.1324.9
Hex7A54C06026341445c19
Octal17251140140466450413431
Binary1111010101100110001100000100110110100101000100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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