#7A034F

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

Shades of Tyrian Purple #7A034F

Tints of Tyrian Purple #7A034F

Color information

#7A034F (or 0x7A034F) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 03 and 4F. RGB value is (122,3,79). Sum of RGB (Red+Green+Blue) = 122+3+79=204 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.80% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 122 - color contains mainly: red. Hex color #7A034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A034F is #85FCB0. Grayscale: #2F2F2F. Windows color (decimal): -8780977 or 5178234. OLE color: 5178234.

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

Color convert

RGB122379-
CMYK00.980.350.52
HSL321.68º95.2%24.51%-
HSV(B)321.68º97.54%47.84%-
XYZ9.474.777.82-
YUV47.24145.92181.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 59.80%
GREEN value IS 3 (1.56% from 255) = 1.47%
BLUE value IS 79 (31.25% from 255) = 38.73%
R=59.80%
G=1.47%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12237900.980.350.52321.6895.224.51
Hex7A34F06223341425f19
Octal17231170142436450213731
Binary111101011100111101100010100011110100101000010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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