#7D0442

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

Shades of Tyrian Purple #7D0442

Tints of Tyrian Purple #7D0442

Color information

#7D0442 (or 0x7D0442) is unknown color: approx Tyrian Purple. HEX triplet: 7D, 04 and 42. RGB value is (125,4,66). Sum of RGB (Red+Green+Blue) = 125+4+66=195 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.10% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0442 is #82FBBD. Grayscale: #2F2F2F. Windows color (decimal): -8584126 or 4326525. OLE color: 4326525.

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

Color convert

RGB125466-
CMYK00.970.470.51
HSL329.26º93.8%25.29%-
HSV(B)329.26º96.8%49.02%-
XYZ9.484.845.59-
YUV47.25138.59183.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 64.10%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=64.10%
G=2.05%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12546600.970.470.51329.2693.825.29
Hex7D4420612F331495e19
Octal17541020141576351113631
Binary1111101100100001001100001101111110011101001001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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