#7C0044

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

Shades of Tyrian Purple #7C0044

Tints of Tyrian Purple #7C0044

Color information

#7C0044 (or 0x7C0044) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 00 and 44. RGB value is (124,0,68). Sum of RGB (Red+Green+Blue) = 124+0+68=192 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.58% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0044 is #83FFBB. Grayscale: #2C2C2C. Windows color (decimal): -8650684 or 4456572. OLE color: 4456572.

HSL color Cylindrical-coordinate representation of color #7C0044: hue angle of 327.1º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C0044 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB124068-
CMYK010.450.51
HSL327.1º100%24.31%-
HSV(B)327.1º100%48.63%-
XYZ9.364.75.88-
YUV44.83141.08184.47-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 64.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 35.42%
R=64.58%
G=0%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124068010.450.51327.110024.31
Hex7C0440642D331476418
Octal17401040144556350714430
Binary11111000100010001100100101101110011101000111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,0,68); }

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

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

 a { background-color: rgb(124,0,68); }

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

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

 span { border-color: rgb(124,0,68); }

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