Html Css Color HEX #791491 Purple

📋 copy color: '#791491'

red 121 ◦ green 20 ◦ blue 145

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

Shades of Purple #791491

Tints of Purple #791491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.99%

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

R = 42.31%
G = 6.99%
B = 50.7%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#791491 (or 0x791491) is known color: Purple. HEX triplet: 79, 14 and 91. RGB value is (121,20,145). Sum of RGB (Red+Green+Blue) = 121+20+145=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #791491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791491 is #86EB6E. Grayscale: #404040. Windows color (decimal): -8842095 or 9507961. OLE color: 9507961.

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

Color convert

RGB 121 20 145 -
CMYK 0.17 0.86 0 0.43
HSL 288.48º 0.76% 0.32% -
HSV(B) 288.48º 0.86% 0.57% -
XYZ 13.25 6.61 27.37 -
YUV 64.45 173.46 168.34 -
System Red Green Blue C M Y K H S L
Decimal 121 20 145 0.17 0.86 0 0.43 288.48 0.76 0.32
Hex 79 14 91 11 56 0 2B 120 4C 20
Octal 171 24 221 21 126 0 53 440 114 40
Binary 1111001 10100 10010001 10001 1010110 0 101011 100100000 1001100 100000

Color Harmonies of #791491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791491

Black with #791491

Text Example


Text Example

White with #791491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791491; }

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

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

background-color css

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

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

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

border-color css

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

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

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