Html Css Color HEX #790050 Tyrian Purple

📋 copy color: '#790050'

red 121 ◦ green 0 ◦ blue 80

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

Shades of Tyrian Purple #790050

Tints of Tyrian Purple #790050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.8%

R = 60.2%
G = 0%
B = 39.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#790050 (or 0x790050) is known color: Tyrian Purple. HEX triplet: 79, 00 and 50. RGB value is (121,0,80). Sum of RGB (Red+Green+Blue) = 121+0+80=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #790050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790050 is #86FFAF. Grayscale: #2D2D2D. Windows color (decimal): -8847280 or 5243001. OLE color: 5243001.

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

Color convert

RGB 121 0 80 -
CMYK 0 1 0.34 0.53
HSL 320.33º 1% 0.24% -
HSV(B) 320.33º 1% 0.47% -
XYZ 9.33 4.64 7.99 -
YUV 45.3 147.59 182 -
System Red Green Blue C M Y K H S L
Decimal 121 0 80 0 1 0.34 0.53 320.33 1 0.24
Hex 79 0 50 0 64 22 35 140 64 18
Octal 171 0 120 0 144 42 65 500 144 30
Binary 1111001 0 1010000 0 1100100 100010 110101 101000000 1100100 11000

Color Harmonies of #790050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790050

Black with #790050

Text Example


Text Example

White with #790050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790050; }

 p { color: rgb(121,0,80); }

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

background-color css

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

 a { background-color: rgb(121,0,80); }

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

border-color css

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

 span { border-color: rgb(121,0,80); }

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