Html Css Color HEX #7D0939 Tyrian Purple

📋 copy color: '#7D0939'

red 125 ◦ green 9 ◦ blue 57

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

Shades of Tyrian Purple #7D0939

Tints of Tyrian Purple #7D0939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.71%

 BLUE value IS 57 (22.66% from 255) = 29.84%

R = 65.45%
G = 4.71%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D0939 (or 0x7D0939) is known color: Tyrian Purple. HEX triplet: 7D, 09 and 39. RGB value is (125,9,57). Sum of RGB (Red+Green+Blue) = 125+9+57=191 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.45% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0939 is #82F6C6. Grayscale: #313131. Windows color (decimal): -8582855 or 3737981. OLE color: 3737981.

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

Color convert

RGB 125 9 57 -
CMYK 0 0.93 0.54 0.51
HSL 335.17º 0.87% 0.26% -
HSV(B) 335.17º 0.93% 0.49% -
XYZ 9.29 4.85 4.32 -
YUV 49.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 125 9 57 0 0.93 0.54 0.51 335.17 0.87 0.26
Hex 7D 9 39 0 5D 36 33 14F 57 1A
Octal 175 11 71 0 135 66 63 517 127 32
Binary 1111101 1001 111001 0 1011101 110110 110011 101001111 1010111 11010

Color Harmonies of #7D0939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0939

Black with #7D0939

Text Example


Text Example

White with #7D0939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,9,57); }

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

background-color css

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

 a { background-color: rgb(125,9,57); }

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

border-color css

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

 span { border-color: rgb(125,9,57); }

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