Html Css Color HEX #7D0941 Tyrian Purple

📋 copy color: '#7D0941'

red 125 ◦ green 9 ◦ blue 65

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

Shades of Tyrian Purple #7D0941

Tints of Tyrian Purple #7D0941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.66%

R = 62.81%
G = 4.52%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7D0941 (or 0x7D0941) is known color: Tyrian Purple. HEX triplet: 7D, 09 and 41. RGB value is (125,9,65). Sum of RGB (Red+Green+Blue) = 125+9+65=199 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.81% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0941 is #82F6BE. Grayscale: #313131. Windows color (decimal): -8582847 or 4262269. OLE color: 4262269.

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

Color convert

RGB 125 9 65 -
CMYK 0 0.93 0.48 0.51
HSL 331.03º 0.87% 0.26% -
HSV(B) 331.03º 0.93% 0.49% -
XYZ 9.51 4.94 5.45 -
YUV 50.07 136.43 181.45 -
System Red Green Blue C M Y K H S L
Decimal 125 9 65 0 0.93 0.48 0.51 331.03 0.87 0.26
Hex 7D 9 41 0 5D 30 33 14B 57 1A
Octal 175 11 101 0 135 60 63 513 127 32
Binary 1111101 1001 1000001 0 1011101 110000 110011 101001011 1010111 11010

Color Harmonies of #7D0941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0941

Black with #7D0941

Text Example


Text Example

White with #7D0941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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