#7F004F

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

Shades of Tyrian Purple #7F004F

Tints of Tyrian Purple #7F004F

Color information

#7F004F (or 0x7F004F) is unknown color: approx Tyrian Purple. HEX triplet: 7F, 00 and 4F. RGB value is (127,0,79). Sum of RGB (Red+Green+Blue) = 127+0+79=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F004F is #80FFB0. Grayscale: #2E2E2E. Windows color (decimal): -8454065 or 5177471. OLE color: 5177471.

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

Color convert

RGB127079-
CMYK010.380.50
HSL322.68º100%24.9%-
HSV(B)322.68º100%49.8%-
XYZ10.165.087.84-
YUV46.98146.08185.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 61.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=61.65%
G=0%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127079010.380.50322.6810024.9
Hex7F04F06426321436419
Octal17701170144466250314431
Binary11111110100111101100100100110110010101000011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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