#7D0244

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

Shades of Tyrian Purple #7D0244

Tints of Tyrian Purple #7D0244

Color information

#7D0244 (or 0x7D0244) is unknown color: approx Tyrian Purple. HEX triplet: 7D, 02 and 44. RGB value is (125,2,68). Sum of RGB (Red+Green+Blue) = 125+2+68=195 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.10% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0244 is #82FDBB. Grayscale: #2E2E2E. Windows color (decimal): -8584636 or 4457085. OLE color: 4457085.

HSL color Cylindrical-coordinate representation of color #7D0244: hue angle of 327.8º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D0244 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB125268-
CMYK00.980.460.51
HSL327.8º96.85%24.9%-
HSV(B)327.8º98.4%49.02%-
XYZ9.524.825.9-
YUV46.3140.25184.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 64.10%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 68 (26.95% from 255) = 34.87%
R=64.10%
G=1.03%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12526800.980.460.51327.896.8524.9
Hex7D2440622E331486119
Octal17521040142566351014131
Binary111110110100010001100010101110110011101001000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,2,68); }

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

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

 a { background-color: rgb(125,2,68); }

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

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

 span { border-color: rgb(125,2,68); }

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