#7C0546

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

Shades of Tyrian Purple #7C0546

Tints of Tyrian Purple #7C0546

Color information

#7C0546 (or 0x7C0546) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 05 and 46. RGB value is (124,5,70). Sum of RGB (Red+Green+Blue) = 124+5+70=199 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.31% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0546 is #83FAB9. Grayscale: #2F2F2F. Windows color (decimal): -8649402 or 4588924. OLE color: 4588924.

HSL color Cylindrical-coordinate representation of color #7C0546: hue angle of 327.23º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C0546 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB124570-
CMYK00.960.440.51
HSL327.23º92.25%25.29%-
HSV(B)327.23º95.97%48.63%-
XYZ9.474.846.23-
YUV47.99140.42182.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 62.31%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 70 (27.73% from 255) = 35.18%
R=62.31%
G=2.51%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12457000.960.440.51327.2392.2525.29
Hex7C5460602C331475c19
Octal17451060140546350713431
Binary1111100101100011001100000101100110011101000111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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