#7A054F

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

Shades of Tyrian Purple #7A054F

Tints of Tyrian Purple #7A054F

Color information

#7A054F (or 0x7A054F) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 05 and 4F. RGB value is (122,5,79). Sum of RGB (Red+Green+Blue) = 122+5+79=206 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.22% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 122 - color contains mainly: red. Hex color #7A054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A054F is #85FAB0. Grayscale: #303030. Windows color (decimal): -8780465 or 5178746. OLE color: 5178746.

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

Color convert

RGB122579-
CMYK00.960.350.52
HSL322.05º92.13%24.9%-
HSV(B)322.05º95.9%47.84%-
XYZ9.494.817.83-
YUV48.42145.26180.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 59.22%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=59.22%
G=2.43%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12257900.960.350.52322.0592.1324.9
Hex7A54F06023341425c19
Octal17251170140436450213431
Binary1111010101100111101100000100011110100101000010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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