Html Css Color HEX #7D0940 Tyrian Purple

📋 copy color: '#7D0940'

red 125 ◦ green 9 ◦ blue 64

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

Shades of Tyrian Purple #7D0940

Tints of Tyrian Purple #7D0940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.32%

R = 63.13%
G = 4.55%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7D0940 (or 0x7D0940) is known color: Tyrian Purple. HEX triplet: 7D, 09 and 40. RGB value is (125,9,64). Sum of RGB (Red+Green+Blue) = 125+9+64=198 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.13% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0940 is #82F6BF. Grayscale: #313131. Windows color (decimal): -8582848 or 4196733. OLE color: 4196733.

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

Color convert

RGB 125 9 64 -
CMYK 0 0.93 0.49 0.51
HSL 331.55º 0.87% 0.26% -
HSV(B) 331.55º 0.93% 0.49% -
XYZ 9.48 4.93 5.3 -
YUV 49.95 135.93 181.53 -
System Red Green Blue C M Y K H S L
Decimal 125 9 64 0 0.93 0.49 0.51 331.55 0.87 0.26
Hex 7D 9 40 0 5D 31 33 14C 57 1A
Octal 175 11 100 0 135 61 63 514 127 32
Binary 1111101 1001 1000000 0 1011101 110001 110011 101001100 1010111 11010

Color Harmonies of #7D0940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0940

Black with #7D0940

Text Example


Text Example

White with #7D0940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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