Html Css Color HEX #7D0849 Tyrian Purple

📋 copy color: '#7D0849'

red 125 ◦ green 8 ◦ blue 73

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

Shades of Tyrian Purple #7D0849

Tints of Tyrian Purple #7D0849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.88%

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

R = 60.68%
G = 3.88%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#7D0849 (or 0x7D0849) is known color: Tyrian Purple. HEX triplet: 7D, 08 and 49. RGB value is (125,8,73). Sum of RGB (Red+Green+Blue) = 125+8+73=206 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.68% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0849 is #82F7B6. Grayscale: #323232. Windows color (decimal): -8583095 or 4786301. OLE color: 4786301.

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

Color convert

RGB 125 8 73 -
CMYK 0 0.94 0.42 0.51
HSL 326.67º 0.88% 0.26% -
HSV(B) 326.67º 0.94% 0.49% -
XYZ 9.75 5.01 6.76 -
YUV 50.39 140.76 181.21 -
System Red Green Blue C M Y K H S L
Decimal 125 8 73 0 0.94 0.42 0.51 326.67 0.88 0.26
Hex 7D 8 49 0 5E 2A 33 147 58 1A
Octal 175 10 111 0 136 52 63 507 130 32
Binary 1111101 1000 1001001 0 1011110 101010 110011 101000111 1011000 11010

Color Harmonies of #7D0849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0849

Black with #7D0849

Text Example


Text Example

White with #7D0849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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