#7D053F

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

Shades of Tyrian Purple #7D053F

Tints of Tyrian Purple #7D053F

Color information

#7D053F (or 0x7D053F) is unknown color: approx Tyrian Purple. HEX triplet: 7D, 05 and 3F. RGB value is (125,5,63). Sum of RGB (Red+Green+Blue) = 125+5+63=193 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.77% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 125 - color contains mainly: red. Hex color #7D053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D053F is #82FAC0. Grayscale: #2F2F2F. Windows color (decimal): -8583873 or 4130173. OLE color: 4130173.

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

Color convert

RGB125563-
CMYK00.960.500.51
HSL331º92.31%25.49%-
HSV(B)331º96%49.02%-
XYZ9.414.835.14-
YUV47.49136.76183.28-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 64.77%
GREEN value IS 5 (2.34% from 255) = 2.59%
BLUE value IS 63 (25% from 255) = 32.64%
R=64.77%
G=2.59%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12556300.960.500.5133192.3125.49
Hex7D53F060323314b5c19
Octal1755770140626351313431
Binary111110110111111101100000110010110011101001011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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