Html Css Color HEX #7D044D Tyrian Purple

📋 copy color: '#7D044D'

red 125 ◦ green 4 ◦ blue 77

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

Shades of Tyrian Purple #7D044D

Tints of Tyrian Purple #7D044D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

 BLUE value IS 77 (30.47% from 255) = 37.38%

R = 60.68%
G = 1.94%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7D044D (or 0x7D044D) is known color: Tyrian Purple. HEX triplet: 7D, 04 and 4D. RGB value is (125,4,77). Sum of RGB (Red+Green+Blue) = 125+4+77=206 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.68% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 125 - color contains mainly: red. Hex color #7D044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D044D is #82FBB2. Grayscale: #303030. Windows color (decimal): -8584115 or 5047421. OLE color: 5047421.

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

Color convert

RGB 125 4 77 -
CMYK 0 0.97 0.38 0.51
HSL 323.8º 0.94% 0.25% -
HSV(B) 323.8º 0.97% 0.49% -
XYZ 9.84 4.98 7.46 -
YUV 48.5 144.09 182.56 -
System Red Green Blue C M Y K H S L
Decimal 125 4 77 0 0.97 0.38 0.51 323.8 0.94 0.25
Hex 7D 4 4D 0 61 26 33 144 5E 19
Octal 175 4 115 0 141 46 63 504 136 31
Binary 1111101 100 1001101 0 1100001 100110 110011 101000100 1011110 11001

Color Harmonies of #7D044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D044D

Black with #7D044D

Text Example


Text Example

White with #7D044D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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