Html Css Color HEX #7A0049 Tyrian Purple

📋 copy color: '#7A0049'

red 122 ◦ green 0 ◦ blue 73

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

Shades of Tyrian Purple #7A0049

Tints of Tyrian Purple #7A0049

RGB

 RED value IS 122 (48.05% from 255) = 62.56%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 37.44%

R = 62.56%
G = 0%
B = 37.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#7A0049 (or 0x7A0049) is known color: Tyrian Purple. HEX triplet: 7A, 00 and 49. RGB value is (122,0,73). Sum of RGB (Red+Green+Blue) = 122+0+73=195 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.56% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0049 is #85FFB6. Grayscale: #2C2C2C. Windows color (decimal): -8781751 or 4784250. OLE color: 4784250.

HSL color Cylindrical-coordinate representation of color #7A0049: hue angle of 324.1º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A0049 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 0 73 -
CMYK 0 1 0.40 0.52
HSL 324.1º 1% 0.24% -
HSV(B) 324.1º 1% 0.48% -
XYZ 9.23 4.62 6.71 -
YUV 44.8 143.92 183.06 -
System Red Green Blue C M Y K H S L
Decimal 122 0 73 0 1 0.40 0.52 324.1 1 0.24
Hex 7A 0 49 0 64 28 34 144 64 18
Octal 172 0 111 0 144 50 64 504 144 30
Binary 1111010 0 1001001 0 1100100 101000 110100 101000100 1100100 11000

Color Harmonies of #7A0049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0049

Black with #7A0049

Text Example


Text Example

White with #7A0049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,0,73); }

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

background-color css

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

 a { background-color: rgb(122,0,73); }

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

border-color css

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

 span { border-color: rgb(122,0,73); }

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