Html Css Color HEX #790141 Tyrian Purple

📋 copy color: '#790141'

red 121 ◦ green 1 ◦ blue 65

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

Shades of Tyrian Purple #790141

Tints of Tyrian Purple #790141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 64.71%
G = 0.53%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#790141 (or 0x790141) is known color: Tyrian Purple. HEX triplet: 79, 01 and 41. RGB value is (121,1,65). Sum of RGB (Red+Green+Blue) = 121+1+65=187 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.71% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 121 - color contains mainly: red. Hex color #790141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790141 is #86FEBE. Grayscale: #2C2C2C. Windows color (decimal): -8847039 or 4260217. OLE color: 4260217.

HSL color Cylindrical-coordinate representation of color #790141: hue angle of 328º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #790141 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 1 65 -
CMYK 0 0.99 0.46 0.53
HSL 328º 0.98% 0.24% -
HSV(B) 328º 0.99% 0.47% -
XYZ 8.85 4.47 5.4 -
YUV 44.18 139.76 182.8 -
System Red Green Blue C M Y K H S L
Decimal 121 1 65 0 0.99 0.46 0.53 328 0.98 0.24
Hex 79 1 41 0 63 2E 35 148 62 18
Octal 171 1 101 0 143 56 65 510 142 30
Binary 1111001 1 1000001 0 1100011 101110 110101 101001000 1100010 11000

Color Harmonies of #790141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790141

Black with #790141

Text Example


Text Example

White with #790141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790141; }

 p { color: rgb(121,1,65); }

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

background-color css

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

 a { background-color: rgb(121,1,65); }

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

border-color css

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

 span { border-color: rgb(121,1,65); }

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