Html Css Color HEX #790144 Tyrian Purple

📋 copy color: '#790144'

red 121 ◦ green 1 ◦ blue 68

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

Shades of Tyrian Purple #790144

Tints of Tyrian Purple #790144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 35.79%

R = 63.68%
G = 0.53%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#790144 (or 0x790144) is known color: Tyrian Purple. HEX triplet: 79, 01 and 44. RGB value is (121,1,68). Sum of RGB (Red+Green+Blue) = 121+1+68=190 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.68% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 121 - color contains mainly: red. Hex color #790144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790144 is #86FEBB. Grayscale: #2C2C2C. Windows color (decimal): -8847036 or 4456825. OLE color: 4456825.

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

Color convert

RGB 121 1 68 -
CMYK 0 0.99 0.44 0.53
HSL 326.5º 0.98% 0.24% -
HSV(B) 326.5º 0.99% 0.47% -
XYZ 8.94 4.5 5.87 -
YUV 44.52 141.26 182.55 -
System Red Green Blue C M Y K H S L
Decimal 121 1 68 0 0.99 0.44 0.53 326.5 0.98 0.24
Hex 79 1 44 0 63 2C 35 146 62 18
Octal 171 1 104 0 143 54 65 506 142 30
Binary 1111001 1 1000100 0 1100011 101100 110101 101000110 1100010 11000

Color Harmonies of #790144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790144

Black with #790144

Text Example


Text Example

White with #790144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790144; }

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

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

background-color css

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

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

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

border-color css

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

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

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