#7F004C

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

Shades of Tyrian Purple #7F004C

Tints of Tyrian Purple #7F004C

Color information

#7F004C (or 0x7F004C) is unknown color: approx Tyrian Purple. HEX triplet: 7F, 00 and 4C. RGB value is (127,0,76). Sum of RGB (Red+Green+Blue) = 127+0+76=203 (26% of max value = 765). Red value is 127 (50% from 255 or 62.56% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 127 - color contains mainly: red. Hex color #7F004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F004C is #80FFB3. Grayscale: #2E2E2E. Windows color (decimal): -8454068 or 4980863. OLE color: 4980863.

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

Color convert

RGB127076-
CMYK010.400.50
HSL324.09º100%24.9%-
HSV(B)324.09º100%49.8%-
XYZ10.065.037.28-
YUV46.64144.58185.32-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 62.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=62.56%
G=0%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127076010.400.50324.0910024.9
Hex7F04C06428321446419
Octal17701140144506250414431
Binary11111110100110001100100101000110010101000100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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