#7F024F

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

Shades of Tyrian Purple #7F024F

Tints of Tyrian Purple #7F024F

Color information

#7F024F (or 0x7F024F) is unknown color: approx Tyrian Purple. HEX triplet: 7F, 02 and 4F. RGB value is (127,2,79). Sum of RGB (Red+Green+Blue) = 127+2+79=208 (27% of max value = 765). Red value is 127 (50% from 255 or 61.06% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 127 - color contains mainly: red. Hex color #7F024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F024F is #80FDB0. Grayscale: #2F2F2F. Windows color (decimal): -8453553 or 5177983. OLE color: 5177983.

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

Color convert

RGB127279-
CMYK00.980.380.50
HSL323.04º96.9%25.29%-
HSV(B)323.04º98.43%49.8%-
XYZ10.195.127.85-
YUV48.15145.41184.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 61.06%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 79 (31.25% from 255) = 37.98%
R=61.06%
G=0.96%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12727900.980.380.50323.0496.925.29
Hex7F24F06226321436119
Octal17721170142466250314131
Binary111111110100111101100010100110110010101000011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,2,79); }

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

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

 a { background-color: rgb(127,2,79); }

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

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

 span { border-color: rgb(127,2,79); }

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