#7F014D

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

Shades of Tyrian Purple #7F014D

Tints of Tyrian Purple #7F014D

Color information

#7F014D (or 0x7F014D) is unknown color: approx Tyrian Purple. HEX triplet: 7F, 01 and 4D. RGB value is (127,1,77). Sum of RGB (Red+Green+Blue) = 127+1+77=205 (27% of max value = 765). Red value is 127 (50% from 255 or 61.95% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 127 - color contains mainly: red. Hex color #7F014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F014D is #80FEB2. Grayscale: #2F2F2F. Windows color (decimal): -8453811 or 5046655. OLE color: 5046655.

HSL color Cylindrical-coordinate representation of color #7F014D: hue angle of 323.81º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F014D is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB127177-
CMYK00.990.390.50
HSL323.81º98.44%25.1%-
HSV(B)323.81º99.21%49.8%-
XYZ10.15.077.47-
YUV47.34144.74184.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 61.95%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=61.95%
G=0.49%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12717700.990.390.50323.8198.4425.1
Hex7F14D06327321446219
Octal17711150143476250414231
Binary11111111100110101100011100111110010101000100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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