#7D054E

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

Shades of Tyrian Purple #7D054E

Tints of Tyrian Purple #7D054E

Color information

#7D054E (or 0x7D054E) is unknown color: approx Tyrian Purple. HEX triplet: 7D, 05 and 4E. RGB value is (125,5,78). Sum of RGB (Red+Green+Blue) = 125+5+78=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D054E is #82FAB1. Grayscale: #313131. Windows color (decimal): -8583858 or 5113213. OLE color: 5113213.

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

Color convert

RGB125578-
CMYK00.960.380.51
HSL323.5º92.31%25.49%-
HSV(B)323.5º96%49.02%-
XYZ9.895.027.66-
YUV49.2144.26182.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 60.10%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=60.10%
G=2.40%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12557800.960.380.51323.592.3125.49
Hex7D54E06026331445c19
Octal17551160140466350413431
Binary1111101101100111001100000100110110011101000100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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