Html Css Color HEX #790791 Purple

📋 copy color: '#790791'

red 121 ◦ green 7 ◦ blue 145

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

Shades of Purple #790791

Tints of Purple #790791

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

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

R = 44.32%
G = 2.56%
B = 53.11%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#790791 (or 0x790791) is known color: Purple. HEX triplet: 79, 07 and 91. RGB value is (121,7,145). Sum of RGB (Red+Green+Blue) = 121+7+145=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #790791 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790791 is #86F86E. Grayscale: #383838. Windows color (decimal): -8845423 or 9504633. OLE color: 9504633.

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

Color convert

RGB 121 7 145 -
CMYK 0.17 0.95 0 0.43
HSL 289.57º 0.91% 0.3% -
HSV(B) 289.57º 0.95% 0.57% -
XYZ 13.07 6.26 27.31 -
YUV 56.82 177.77 173.78 -
System Red Green Blue C M Y K H S L
Decimal 121 7 145 0.17 0.95 0 0.43 289.57 0.91 0.3
Hex 79 7 91 11 5F 0 2B 122 5B 1E
Octal 171 7 221 21 137 0 53 442 133 36
Binary 1111001 111 10010001 10001 1011111 0 101011 100100010 1011011 11110

Color Harmonies of #790791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790791

Black with #790791

Text Example


Text Example

White with #790791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790791; }

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

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

background-color css

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

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

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

border-color css

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

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

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