#7D0549

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

Shades of Tyrian Purple #7D0549

Tints of Tyrian Purple #7D0549

Color information

#7D0549 (or 0x7D0549) is unknown color: approx Tyrian Purple. HEX triplet: 7D, 05 and 49. RGB value is (125,5,73). Sum of RGB (Red+Green+Blue) = 125+5+73=203 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.58% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0549 is #82FAB6. Grayscale: #303030. Windows color (decimal): -8583863 or 4785533. OLE color: 4785533.

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

Color convert

RGB125573-
CMYK00.960.420.51
HSL326º92.31%25.49%-
HSV(B)326º96%49.02%-
XYZ9.714.956.75-
YUV48.63141.76182.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 61.58%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 73 (28.91% from 255) = 35.96%
R=61.58%
G=2.46%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12557300.960.420.5132692.3125.49
Hex7D5490602A331465c19
Octal17551110140526350613431
Binary1111101101100100101100000101010110011101000110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,5,73); }

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

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

 a { background-color: rgb(125,5,73); }

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

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

 span { border-color: rgb(125,5,73); }

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