Html Css Color HEX #790955 Tyrian Purple

📋 copy color: '#790955'

red 121 ◦ green 9 ◦ blue 85

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

Shades of Tyrian Purple #790955

Tints of Tyrian Purple #790955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.19%

 BLUE value IS 85 (33.59% from 255) = 39.53%

R = 56.28%
G = 4.19%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#790955 (or 0x790955) is known color: Tyrian Purple. HEX triplet: 79, 09 and 55. RGB value is (121,9,85). Sum of RGB (Red+Green+Blue) = 121+9+85=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #790955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790955 is #86F6AA. Grayscale: #323232. Windows color (decimal): -8844971 or 5572985. OLE color: 5572985.

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

Color convert

RGB 121 9 85 -
CMYK 0 0.93 0.30 0.53
HSL 319.29º 0.86% 0.25% -
HSV(B) 319.29º 0.93% 0.47% -
XYZ 9.62 4.92 9.04 -
YUV 51.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 121 9 85 0 0.93 0.30 0.53 319.29 0.86 0.25
Hex 79 9 55 0 5D 1E 35 13F 56 19
Octal 171 11 125 0 135 36 65 477 126 31
Binary 1111001 1001 1010101 0 1011101 11110 110101 100111111 1010110 11001

Color Harmonies of #790955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790955

Black with #790955

Text Example


Text Example

White with #790955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790955; }

 p { color: rgb(121,9,85); }

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

background-color css

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

 a { background-color: rgb(121,9,85); }

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

border-color css

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

 span { border-color: rgb(121,9,85); }

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