#7D0453

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

Shades of Tyrian Purple #7D0453

Tints of Tyrian Purple #7D0453

Color information

#7D0453 (or 0x7D0453) is unknown color: approx Tyrian Purple. HEX triplet: 7D, 04 and 53. RGB value is (125,4,83). Sum of RGB (Red+Green+Blue) = 125+4+83=212 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.96% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0453 is #82FBAC. Grayscale: #303030. Windows color (decimal): -8584109 or 5440637. OLE color: 5440637.

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

Color convert

RGB125483-
CMYK00.970.340.51
HSL320.83º93.8%25.29%-
HSV(B)320.83º96.8%49.02%-
XYZ10.065.078.63-
YUV49.18147.09182.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 58.96%
GREEN value IS 4 (1.95% from 255) = 1.89%
BLUE value IS 83 (32.81% from 255) = 39.15%
R=58.96%
G=1.89%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12548300.970.340.51320.8393.825.29
Hex7D45306122331415e19
Octal17541230141426350113631
Binary1111101100101001101100001100010110011101000001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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