Html Css Color HEX #7D0049 Tyrian Purple

📋 copy color: '#7D0049'

red 125 ◦ green 0 ◦ blue 73

#7D0049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #7D0049

Tints of Tyrian Purple #7D0049

RGB

 RED value IS 125 (49.22% from 255) = 63.13%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 36.87%

R = 63.13%
G = 0%
B = 36.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#7D0049 (or 0x7D0049) is known color: Tyrian Purple. HEX triplet: 7D, 00 and 49. RGB value is (125,0,73). Sum of RGB (Red+Green+Blue) = 125+0+73=198 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.13% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0049 is #82FFB6. Grayscale: #2D2D2D. Windows color (decimal): -8585143 or 4784253. OLE color: 4784253.

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

Color convert

RGB 125 0 73 -
CMYK 0 1 0.42 0.51
HSL 324.96º 1% 0.25% -
HSV(B) 324.96º 1% 0.49% -
XYZ 9.66 4.84 6.73 -
YUV 45.7 143.41 184.56 -
System Red Green Blue C M Y K H S L
Decimal 125 0 73 0 1 0.42 0.51 324.96 1 0.25
Hex 7D 0 49 0 64 2A 33 145 64 19
Octal 175 0 111 0 144 52 63 505 144 31
Binary 1111101 0 1001001 0 1100100 101010 110011 101000101 1100100 11001

Color Harmonies of #7D0049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0049

Black with #7D0049

Text Example


Text Example

White with #7D0049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,0,73); }

 H1.HeaderClassName
 {
   color: #7D0049;
 }
 .AnyTagClassName
 {
   color: #7D0049;
 }
</style>

background-color css

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

 a { background-color: rgb(125,0,73); }

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

border-color css

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

 span { border-color: rgb(125,0,73); }

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