#7C0745

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

Shades of Tyrian Purple #7C0745

Tints of Tyrian Purple #7C0745

Color information

#7C0745 (or 0x7C0745) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 07 and 45. RGB value is (124,7,69). Sum of RGB (Red+Green+Blue) = 124+7+69=200 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0745 is #83F8BA. Grayscale: #303030. Windows color (decimal): -8648891 or 4523900. OLE color: 4523900.

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

Color convert

RGB124769-
CMYK00.940.440.51
HSL328.21º89.31%25.69%-
HSV(B)328.21º94.35%48.63%-
XYZ9.464.876.07-
YUV49.05139.26181.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 62%
GREEN value IS 7 (3.12% from 255) = 3.5%
BLUE value IS 69 (27.34% from 255) = 34.5%
R=62%
G=3.5%
B=34.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12476900.940.440.51328.2189.3125.69
Hex7C74505E2C33148591a
Octal17471050136546351013132
Binary1111100111100010101011110101100110011101001000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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