Html Css Color HEX #790C49 Tyrian Purple

📋 copy color: '#790C49'

red 121 ◦ green 12 ◦ blue 73

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

Shades of Tyrian Purple #790C49

Tints of Tyrian Purple #790C49

RGB

 RED value IS 121 (47.66% from 255) = 58.74%

 GREEN value IS 12 (5.08% from 255) = 5.83%

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

R = 58.74%
G = 5.83%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#790C49 (or 0x790C49) is known color: Tyrian Purple. HEX triplet: 79, 0C and 49. RGB value is (121,12,73). Sum of RGB (Red+Green+Blue) = 121+12+73=206 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.74% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 121 - color contains mainly: red. Hex color #790C49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790C49 is #86F3B6. Grayscale: #333333. Windows color (decimal): -8844215 or 4787321. OLE color: 4787321.

HSL color Cylindrical-coordinate representation of color #790C49: hue angle of 326.42º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C49 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 12 73 -
CMYK 0 0.90 0.40 0.53
HSL 326.42º 0.82% 0.26% -
HSV(B) 326.42º 0.9% 0.47% -
XYZ 9.22 4.81 6.75 -
YUV 51.55 140.11 177.54 -
System Red Green Blue C M Y K H S L
Decimal 121 12 73 0 0.90 0.40 0.53 326.42 0.82 0.26
Hex 79 C 49 0 5A 28 35 146 52 1A
Octal 171 14 111 0 132 50 65 506 122 32
Binary 1111001 1100 1001001 0 1011010 101000 110101 101000110 1010010 11010

Color Harmonies of #790C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C49

Black with #790C49

Text Example


Text Example

White with #790C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790C49; }

 p { color: rgb(121,12,73); }

 H1.HeaderClassName
 {
   color: #790C49;
 }
 .AnyTagClassName
 {
   color: #790C49;
 }
</style>

background-color css

<style>
 a { background-color: #790C49; }

 a { background-color: rgb(121,12,73); }

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

border-color css

<style>
 span { border-color: #790C49; }

 span { border-color: rgb(121,12,73); }

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