Html Css Color HEX #7D0437 Tyrian Purple

📋 copy color: '#7D0437'

red 125 ◦ green 4 ◦ blue 55

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

Shades of Tyrian Purple #7D0437

Tints of Tyrian Purple #7D0437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 29.89%

R = 67.93%
G = 2.17%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7D0437 (or 0x7D0437) is known color: Tyrian Purple. HEX triplet: 7D, 04 and 37. RGB value is (125,4,55). Sum of RGB (Red+Green+Blue) = 125+4+55=184 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.93% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 55 (21.88% from 255 or 29.89% from 184); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0437 is #82FBC8. Grayscale: #2D2D2D. Windows color (decimal): -8584137 or 3605629. OLE color: 3605629.

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

Color convert

RGB 125 4 55 -
CMYK 0 0.97 0.56 0.51
HSL 334.71º 0.94% 0.25% -
HSV(B) 334.71º 0.97% 0.49% -
XYZ 9.19 4.72 4.04 -
YUV 45.99 133.09 184.35 -
System Red Green Blue C M Y K H S L
Decimal 125 4 55 0 0.97 0.56 0.51 334.71 0.94 0.25
Hex 7D 4 37 0 61 38 33 14F 5E 19
Octal 175 4 67 0 141 70 63 517 136 31
Binary 1111101 100 110111 0 1100001 111000 110011 101001111 1011110 11001

Color Harmonies of #7D0437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0437

Black with #7D0437

Text Example


Text Example

White with #7D0437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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