#7F0943

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

Shades of Tyrian Purple #7F0943

Tints of Tyrian Purple #7F0943

Color information

#7F0943 (or 0x7F0943) is unknown color: approx Tyrian Purple. HEX triplet: 7F, 09 and 43. RGB value is (127,9,67). Sum of RGB (Red+Green+Blue) = 127+9+67=203 (26% of max value = 765). Red value is 127 (50% from 255 or 62.56% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0943 is #80F6BC. Grayscale: #323232. Windows color (decimal): -8451773 or 4393343. OLE color: 4393343.

HSL color Cylindrical-coordinate representation of color #7F0943: hue angle of 330.51º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F0943 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB127967-
CMYK00.930.470.50
HSL330.51º86.76%26.67%-
HSV(B)330.51º92.91%49.8%-
XYZ9.865.115.78-
YUV50.89137.09182.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 62.56%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 67 (26.56% from 255) = 33.00%
R=62.56%
G=4.43%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12796700.930.470.50330.5186.7626.67
Hex7F94305D2F3214b571b
Octal177111030135576251312733
Binary11111111001100001101011101101111110010101001011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,9,67); }

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

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

 a { background-color: rgb(127,9,67); }

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

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

 span { border-color: rgb(127,9,67); }

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