#7C0545

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

Shades of Tyrian Purple #7C0545

Tints of Tyrian Purple #7C0545

Color information

#7C0545 (or 0x7C0545) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 05 and 45. RGB value is (124,5,69). Sum of RGB (Red+Green+Blue) = 124+5+69=198 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.63% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0545 is #83FABA. Grayscale: #2F2F2F. Windows color (decimal): -8649403 or 4523388. OLE color: 4523388.

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

Color convert

RGB124569-
CMYK00.960.440.51
HSL327.73º92.25%25.29%-
HSV(B)327.73º95.97%48.63%-
XYZ9.444.826.06-
YUV47.88139.92182.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 62.63%
GREEN value IS 5 (2.34% from 255) = 2.53%
BLUE value IS 69 (27.34% from 255) = 34.85%
R=62.63%
G=2.53%
B=34.85%

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
Decimal12456900.960.440.51327.7392.2525.29
Hex7C5450602C331485c19
Octal17451050140546351013431
Binary1111100101100010101100000101100110011101001000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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