#7A014D

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

Shades of Tyrian Purple #7A014D

Tints of Tyrian Purple #7A014D

Color information

#7A014D (or 0x7A014D) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 01 and 4D. RGB value is (122,1,77). Sum of RGB (Red+Green+Blue) = 122+1+77=200 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 122 - color contains mainly: red. Hex color #7A014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A014D is #85FEB2. Grayscale: #2D2D2D. Windows color (decimal): -8781491 or 5046650. OLE color: 5046650.

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

Color convert

RGB122177-
CMYK00.990.370.52
HSL322.31º98.37%24.12%-
HSV(B)322.31º99.18%47.84%-
XYZ9.384.77.43-
YUV45.84145.59182.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 61%
GREEN value IS 1 (0.78% from 255) = 0.5%
BLUE value IS 77 (30.47% from 255) = 38.5%
R=61%
G=0.5%
B=38.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12217700.990.370.52322.3198.3724.12
Hex7A14D06325341426218
Octal17211150143456450214230
Binary11110101100110101100011100101110100101000010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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