Html Css Color HEX #791590 Purple

📋 copy color: '#791590'

red 121 ◦ green 21 ◦ blue 144

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

Shades of Purple #791590

Tints of Purple #791590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.34%

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

R = 42.31%
G = 7.34%
B = 50.35%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#791590 (or 0x791590) is known color: Purple. HEX triplet: 79, 15 and 90. RGB value is (121,21,144). Sum of RGB (Red+Green+Blue) = 121+21+144=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #791590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791590 is #86EA6F. Grayscale: #404040. Windows color (decimal): -8841840 or 9442681. OLE color: 9442681.

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

Color convert

RGB 121 21 144 -
CMYK 0.16 0.85 0 0.44
HSL 288.78º 0.75% 0.32% -
HSV(B) 288.78º 0.85% 0.56% -
XYZ 13.19 6.61 26.97 -
YUV 64.92 172.63 168 -
System Red Green Blue C M Y K H S L
Decimal 121 21 144 0.16 0.85 0 0.44 288.78 0.75 0.32
Hex 79 15 90 10 55 0 2C 121 4B 20
Octal 171 25 220 20 125 0 54 441 113 40
Binary 1111001 10101 10010000 10000 1010101 0 101100 100100001 1001011 100000

Color Harmonies of #791590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791590

Black with #791590

Text Example


Text Example

White with #791590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791590; }

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

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

background-color css

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

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

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

border-color css

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

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

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