#7F0139

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

Shades of Tyrian Purple #7F0139

Tints of Tyrian Purple #7F0139

Color information

#7F0139 (or 0x7F0139) is unknown color: approx Tyrian Purple. HEX triplet: 7F, 01 and 39. RGB value is (127,1,57). Sum of RGB (Red+Green+Blue) = 127+1+57=185 (24% of max value = 765). Red value is 127 (50% from 255 or 68.65% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0139 is #80FEC6. Grayscale: #2C2C2C. Windows color (decimal): -8453831 or 3735935. OLE color: 3735935.

HSL color Cylindrical-coordinate representation of color #7F0139: hue angle of 333.33º 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 #7F0139 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB127157-
CMYK00.990.550.50
HSL333.33º98.44%25.1%-
HSV(B)333.33º99.21%49.8%-
XYZ9.54.834.3-
YUV45.06134.74186.45-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 68.65%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 57 (22.66% from 255) = 30.81%
R=68.65%
G=0.54%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12715700.990.550.50333.3398.4425.1
Hex7F139063373214d6219
Octal1771710143676251514231
Binary1111111111100101100011110111110010101001101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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