Html Css Color HEX #791190 Purple

📋 copy color: '#791190'

red 121 ◦ green 17 ◦ blue 144

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

Shades of Purple #791190

Tints of Purple #791190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.03%

 BLUE value IS 144 (56.64% from 255) = 51.06%

R = 42.91%
G = 6.03%
B = 51.06%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#791190 (or 0x791190) is known color: Purple. HEX triplet: 79, 11 and 90. RGB value is (121,17,144). Sum of RGB (Red+Green+Blue) = 121+17+144=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #791190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791190 is #86EE6F. Grayscale: #3E3E3E. Windows color (decimal): -8842864 or 9441657. OLE color: 9441657.

HSL color Cylindrical-coordinate representation of color #791190: hue angle of 289.13º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #791190 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 17 144 -
CMYK 0.16 0.88 0 0.44
HSL 289.13º 0.79% 0.32% -
HSV(B) 289.13º 0.88% 0.56% -
XYZ 13.12 6.48 26.94 -
YUV 62.57 173.96 169.67 -
System Red Green Blue C M Y K H S L
Decimal 121 17 144 0.16 0.88 0 0.44 289.13 0.79 0.32
Hex 79 11 90 10 58 0 2C 121 4F 20
Octal 171 21 220 20 130 0 54 441 117 40
Binary 1111001 10001 10010000 10000 1011000 0 101100 100100001 1001111 100000

Color Harmonies of #791190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791190

Black with #791190

Text Example


Text Example

White with #791190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791190; }

 p { color: rgb(121,17,144); }

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

background-color css

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

 a { background-color: rgb(121,17,144); }

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

border-color css

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

 span { border-color: rgb(121,17,144); }

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