#7F0546

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

Shades of Tyrian Purple #7F0546

Tints of Tyrian Purple #7F0546

Color information

#7F0546 (or 0x7F0546) is unknown color: approx Tyrian Purple. HEX triplet: 7F, 05 and 46. RGB value is (127,5,70). Sum of RGB (Red+Green+Blue) = 127+5+70=202 (26% of max value = 765). Red value is 127 (50% from 255 or 62.87% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0546 is #80FAB9. Grayscale: #303030. Windows color (decimal): -8452794 or 4588927. OLE color: 4588927.

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

Color convert

RGB127570-
CMYK00.960.450.50
HSL328.03º92.42%25.88%-
HSV(B)328.03º96.06%49.8%-
XYZ9.915.066.25-
YUV48.89139.92183.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 62.87%
GREEN value IS 5 (2.34% from 255) = 2.48%
BLUE value IS 70 (27.73% from 255) = 34.65%
R=62.87%
G=2.48%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12757000.960.450.50328.0392.4225.88
Hex7F5460602D321485c1a
Octal17751060140556251013432
Binary1111111101100011001100000101101110010101001000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,5,70); }

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

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

 a { background-color: rgb(127,5,70); }

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

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

 span { border-color: rgb(127,5,70); }

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