#7F0749

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

Shades of Tyrian Purple #7F0749

Tints of Tyrian Purple #7F0749

Color information

#7F0749 (or 0x7F0749) is unknown color: approx Tyrian Purple. HEX triplet: 7F, 07 and 49. RGB value is (127,7,73). Sum of RGB (Red+Green+Blue) = 127+7+73=207 (27% of max value = 765). Red value is 127 (50% from 255 or 61.35% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0749 is #80F8B6. Grayscale: #323232. Windows color (decimal): -8452279 or 4786047. OLE color: 4786047.

HSL color Cylindrical-coordinate representation of color #7F0749: hue angle of 327º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0749 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB127773-
CMYK00.940.430.50
HSL327º89.55%26.27%-
HSV(B)327º94.49%49.8%-
XYZ10.035.156.77-
YUV50.4140.76182.63-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 61.35%
GREEN value IS 7 (3.12% from 255) = 3.38%
BLUE value IS 73 (28.91% from 255) = 35.27%
R=61.35%
G=3.38%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12777300.940.430.5032789.5526.27
Hex7F74905E2B321475a1a
Octal17771110136536250713232
Binary1111111111100100101011110101011110010101000111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,7,73); }

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

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

 a { background-color: rgb(127,7,73); }

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

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

 span { border-color: rgb(127,7,73); }

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