#7C044A

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

Shades of Tyrian Purple #7C044A

Tints of Tyrian Purple #7C044A

Color information

#7C044A (or 0x7C044A) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 04 and 4A. RGB value is (124,4,74). Sum of RGB (Red+Green+Blue) = 124+4+74=202 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.39% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 124 - color contains mainly: red. Hex color #7C044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C044A is #83FBB5. Grayscale: #2F2F2F. Windows color (decimal): -8649654 or 4850812. OLE color: 4850812.

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

Color convert

RGB124474-
CMYK00.970.400.51
HSL325º93.75%25.1%-
HSV(B)325º96.77%48.63%-
XYZ9.594.876.91-
YUV47.86142.76182.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 61.39%
GREEN value IS 4 (1.95% from 255) = 1.98%
BLUE value IS 74 (29.30% from 255) = 36.63%
R=61.39%
G=1.98%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12447400.970.400.5132593.7525.1
Hex7C44A06128331455e19
Octal17441120141506350513631
Binary1111100100100101001100001101000110011101000101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,4,74); }

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

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

 a { background-color: rgb(124,4,74); }

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

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

 span { border-color: rgb(124,4,74); }

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