#7F034F

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

Shades of Tyrian Purple #7F034F

Tints of Tyrian Purple #7F034F

Color information

#7F034F (or 0x7F034F) is unknown color: approx Tyrian Purple. HEX triplet: 7F, 03 and 4F. RGB value is (127,3,79). Sum of RGB (Red+Green+Blue) = 127+3+79=209 (27% of max value = 765). Red value is 127 (50% from 255 or 60.77% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 127 - color contains mainly: red. Hex color #7F034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F034F is #80FCB0. Grayscale: #303030. Windows color (decimal): -8453297 or 5178239. OLE color: 5178239.

HSL color Cylindrical-coordinate representation of color #7F034F: hue angle of 323.23º degrees, saturation: 0.95, 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 #7F034F is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB127379-
CMYK00.980.380.50
HSL323.23º95.38%25.49%-
HSV(B)323.23º97.64%49.8%-
XYZ10.25.147.85-
YUV48.74145.08183.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 60.77%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=60.77%
G=1.44%
B=37.80%

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
Decimal12737900.980.380.50323.2395.3825.49
Hex7F34F06226321435f19
Octal17731170142466250313731
Binary111111111100111101100010100110110010101000011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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