Html Css Color HEX #791390 Purple

📋 copy color: '#791390'

red 121 ◦ green 19 ◦ blue 144

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

Shades of Purple #791390

Tints of Purple #791390

RGB

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

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

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

R = 42.61%
G = 6.69%
B = 50.7%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#791390 (or 0x791390) is known color: Purple. HEX triplet: 79, 13 and 90. RGB value is (121,19,144). Sum of RGB (Red+Green+Blue) = 121+19+144=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #791390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791390 is #86EC6F. Grayscale: #3F3F3F. Windows color (decimal): -8842352 or 9442169. OLE color: 9442169.

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

Color convert

RGB 121 19 144 -
CMYK 0.16 0.87 0 0.44
HSL 288.96º 0.77% 0.32% -
HSV(B) 288.96º 0.87% 0.56% -
XYZ 13.15 6.54 26.96 -
YUV 63.75 173.29 168.84 -
System Red Green Blue C M Y K H S L
Decimal 121 19 144 0.16 0.87 0 0.44 288.96 0.77 0.32
Hex 79 13 90 10 57 0 2C 121 4D 20
Octal 171 23 220 20 127 0 54 441 115 40
Binary 1111001 10011 10010000 10000 1010111 0 101100 100100001 1001101 100000

Color Harmonies of #791390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791390

Black with #791390

Text Example


Text Example

White with #791390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791390; }

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

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

background-color css

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

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

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

border-color css

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

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

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