#7D044A

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

Shades of Tyrian Purple #7D044A

Tints of Tyrian Purple #7D044A

Color information

#7D044A (or 0x7D044A) is unknown color: approx Tyrian Purple. HEX triplet: 7D, 04 and 4A. RGB value is (125,4,74). Sum of RGB (Red+Green+Blue) = 125+4+74=203 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.58% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 125 - color contains mainly: red. Hex color #7D044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D044A is #82FBB5. Grayscale: #303030. Windows color (decimal): -8584118 or 4850813. OLE color: 4850813.

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

Color convert

RGB125474-
CMYK00.970.410.51
HSL325.29º93.8%25.29%-
HSV(B)325.29º96.8%49.02%-
XYZ9.744.946.92-
YUV48.16142.59182.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 61.58%
GREEN value IS 4 (1.95% from 255) = 1.97%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=61.58%
G=1.97%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12547400.970.410.51325.2993.825.29
Hex7D44A06129331455e19
Octal17541120141516350513631
Binary1111101100100101001100001101001110011101000101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D044A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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