#7F034A

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

Shades of Tyrian Purple #7F034A

Tints of Tyrian Purple #7F034A

Color information

#7F034A (or 0x7F034A) is unknown color: approx Tyrian Purple. HEX triplet: 7F, 03 and 4A. RGB value is (127,3,74). Sum of RGB (Red+Green+Blue) = 127+3+74=204 (27% of max value = 765). Red value is 127 (50% from 255 or 62.25% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 127 - color contains mainly: red. Hex color #7F034A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F034A is #80FCB5. Grayscale: #303030. Windows color (decimal): -8453302 or 4850559. OLE color: 4850559.

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

Color convert

RGB127374-
CMYK00.980.420.50
HSL325.65º95.38%25.49%-
HSV(B)325.65º97.64%49.8%-
XYZ10.025.076.93-
YUV48.17142.58184.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 62.25%
GREEN value IS 3 (1.56% from 255) = 1.47%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=62.25%
G=1.47%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12737400.980.420.50325.6595.3825.49
Hex7F34A0622A321465f19
Octal17731120142526250613731
Binary111111111100101001100010101010110010101000110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F034A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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