#7D054F

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

Shades of Tyrian Purple #7D054F

Tints of Tyrian Purple #7D054F

Color information

#7D054F (or 0x7D054F) is unknown color: approx Tyrian Purple. HEX triplet: 7D, 05 and 4F. RGB value is (125,5,79). Sum of RGB (Red+Green+Blue) = 125+5+79=209 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.81% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 125 - color contains mainly: red. Hex color #7D054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D054F is #82FAB0. Grayscale: #313131. Windows color (decimal): -8583857 or 5178749. OLE color: 5178749.

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

Color convert

RGB125579-
CMYK00.960.370.51
HSL323º92.31%25.49%-
HSV(B)323º96%49.02%-
XYZ9.925.037.85-
YUV49.32144.76181.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 59.81%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=59.81%
G=2.39%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12557900.960.370.5132392.3125.49
Hex7D54F06025331435c19
Octal17551170140456350313431
Binary1111101101100111101100000100101110011101000011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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