Html Css Color HEX #790150 Tyrian Purple

📋 copy color: '#790150'

red 121 ◦ green 1 ◦ blue 80

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

Shades of Tyrian Purple #790150

Tints of Tyrian Purple #790150

RGB

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

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

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

R = 59.9%
G = 0.5%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#790150 (or 0x790150) is known color: Tyrian Purple. HEX triplet: 79, 01 and 50. RGB value is (121,1,80). Sum of RGB (Red+Green+Blue) = 121+1+80=202 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.90% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 121 - color contains mainly: red. Hex color #790150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790150 is #86FEAF. Grayscale: #2D2D2D. Windows color (decimal): -8847024 or 5243257. OLE color: 5243257.

HSL color Cylindrical-coordinate representation of color #790150: hue angle of 320.5º 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 #790150 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 1 80 -
CMYK 0 0.99 0.34 0.53
HSL 320.5º 0.98% 0.24% -
HSV(B) 320.5º 0.99% 0.47% -
XYZ 9.34 4.67 8 -
YUV 45.89 147.26 181.58 -
System Red Green Blue C M Y K H S L
Decimal 121 1 80 0 0.99 0.34 0.53 320.5 0.98 0.24
Hex 79 1 50 0 63 22 35 140 62 18
Octal 171 1 120 0 143 42 65 500 142 30
Binary 1111001 1 1010000 0 1100011 100010 110101 101000000 1100010 11000

Color Harmonies of #790150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790150

Black with #790150

Text Example


Text Example

White with #790150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790150; }

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

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

background-color css

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

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

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

border-color css

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

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

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