#7C0542

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

Shades of Tyrian Purple #7C0542

Tints of Tyrian Purple #7C0542

Color information

#7C0542 (or 0x7C0542) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 05 and 42. RGB value is (124,5,66). Sum of RGB (Red+Green+Blue) = 124+5+66=195 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.59% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0542 is #83FABD. Grayscale: #2F2F2F. Windows color (decimal): -8649406 or 4326780. OLE color: 4326780.

HSL color Cylindrical-coordinate representation of color #7C0542: hue angle of 329.24º 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 #7C0542 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB124566-
CMYK00.960.470.51
HSL329.24º92.25%25.29%-
HSV(B)329.24º95.97%48.63%-
XYZ9.354.795.59-
YUV47.54138.42182.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 63.59%
GREEN value IS 5 (2.34% from 255) = 2.56%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=63.59%
G=2.56%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12456600.960.470.51329.2492.2525.29
Hex7C5420602F331495c19
Octal17451020140576351113431
Binary1111100101100001001100000101111110011101001001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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