Html Css Color HEX #790442 Tyrian Purple

📋 copy color: '#790442'

red 121 ◦ green 4 ◦ blue 66

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

Shades of Tyrian Purple #790442

Tints of Tyrian Purple #790442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.09%

 BLUE value IS 66 (26.17% from 255) = 34.55%

R = 63.35%
G = 2.09%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#790442 (or 0x790442) is known color: Tyrian Purple. HEX triplet: 79, 04 and 42. RGB value is (121,4,66). Sum of RGB (Red+Green+Blue) = 121+4+66=191 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.35% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 121 - color contains mainly: red. Hex color #790442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790442 is #86FBBD. Grayscale: #2D2D2D. Windows color (decimal): -8846270 or 4326521. OLE color: 4326521.

HSL color Cylindrical-coordinate representation of color #790442: hue angle of 328.21º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #790442 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 4 66 -
CMYK 0 0.97 0.45 0.53
HSL 328.21º 0.94% 0.25% -
HSV(B) 328.21º 0.97% 0.47% -
XYZ 8.91 4.55 5.56 -
YUV 46.05 139.26 181.46 -
System Red Green Blue C M Y K H S L
Decimal 121 4 66 0 0.97 0.45 0.53 328.21 0.94 0.25
Hex 79 4 42 0 61 2D 35 148 5E 19
Octal 171 4 102 0 141 55 65 510 136 31
Binary 1111001 100 1000010 0 1100001 101101 110101 101001000 1011110 11001

Color Harmonies of #790442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790442

Black with #790442

Text Example


Text Example

White with #790442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790442; }

 p { color: rgb(121,4,66); }

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

background-color css

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

 a { background-color: rgb(121,4,66); }

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

border-color css

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

 span { border-color: rgb(121,4,66); }

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