Html Css Color HEX #791291 Purple

📋 copy color: '#791291'

red 121 ◦ green 18 ◦ blue 145

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

Shades of Purple #791291

Tints of Purple #791291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.34%

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

R = 42.61%
G = 6.34%
B = 51.06%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#791291 (or 0x791291) is known color: Purple. HEX triplet: 79, 12 and 91. RGB value is (121,18,145). Sum of RGB (Red+Green+Blue) = 121+18+145=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #791291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791291 is #86ED6E. Grayscale: #3E3E3E. Windows color (decimal): -8842607 or 9507449. OLE color: 9507449.

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

Color convert

RGB 121 18 145 -
CMYK 0.17 0.88 0 0.43
HSL 288.66º 0.78% 0.32% -
HSV(B) 288.66º 0.88% 0.57% -
XYZ 13.21 6.54 27.35 -
YUV 63.28 174.12 169.17 -
System Red Green Blue C M Y K H S L
Decimal 121 18 145 0.17 0.88 0 0.43 288.66 0.78 0.32
Hex 79 12 91 11 58 0 2B 121 4E 20
Octal 171 22 221 21 130 0 53 441 116 40
Binary 1111001 10010 10010001 10001 1011000 0 101011 100100001 1001110 100000

Color Harmonies of #791291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791291

Black with #791291

Text Example


Text Example

White with #791291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791291; }

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

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

background-color css

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

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

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

border-color css

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

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

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