Html Css Color HEX #791391 Purple

📋 copy color: '#791391'

red 121 ◦ green 19 ◦ blue 145

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

Shades of Purple #791391

Tints of Purple #791391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

 BLUE value IS 145 (57.03% from 255) = 50.88%

R = 42.46%
G = 6.67%
B = 50.88%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#791391 (or 0x791391) is known color: Purple. HEX triplet: 79, 13 and 91. RGB value is (121,19,145). Sum of RGB (Red+Green+Blue) = 121+19+145=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #791391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791391 is #86EC6E. Grayscale: #3F3F3F. Windows color (decimal): -8842351 or 9507705. OLE color: 9507705.

HSL color Cylindrical-coordinate representation of color #791391: hue angle of 288.57º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791391 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 19 145 -
CMYK 0.17 0.87 0 0.43
HSL 288.57º 0.77% 0.32% -
HSV(B) 288.57º 0.87% 0.57% -
XYZ 13.23 6.58 27.36 -
YUV 63.86 173.79 168.75 -
System Red Green Blue C M Y K H S L
Decimal 121 19 145 0.17 0.87 0 0.43 288.57 0.77 0.32
Hex 79 13 91 11 57 0 2B 121 4D 20
Octal 171 23 221 21 127 0 53 441 115 40
Binary 1111001 10011 10010001 10001 1010111 0 101011 100100001 1001101 100000

Color Harmonies of #791391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791391

Black with #791391

Text Example


Text Example

White with #791391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791391; }

 p { color: rgb(121,19,145); }

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

background-color css

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

 a { background-color: rgb(121,19,145); }

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

border-color css

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

 span { border-color: rgb(121,19,145); }

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