Html Css Color HEX #791490 Purple

📋 copy color: '#791490'

red 121 ◦ green 20 ◦ blue 144

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

Shades of Purple #791490

Tints of Purple #791490

RGB

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

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

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

R = 42.46%
G = 7.02%
B = 50.53%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#791490 (or 0x791490) is known color: Purple. HEX triplet: 79, 14 and 90. RGB value is (121,20,144). Sum of RGB (Red+Green+Blue) = 121+20+144=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #791490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791490 is #86EB6F. Grayscale: #3F3F3F. Windows color (decimal): -8842096 or 9442425. OLE color: 9442425.

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

Color convert

RGB 121 20 144 -
CMYK 0.16 0.86 0 0.44
HSL 288.87º 0.76% 0.32% -
HSV(B) 288.87º 0.86% 0.56% -
XYZ 13.17 6.58 26.96 -
YUV 64.34 172.96 168.42 -
System Red Green Blue C M Y K H S L
Decimal 121 20 144 0.16 0.86 0 0.44 288.87 0.76 0.32
Hex 79 14 90 10 56 0 2C 121 4C 20
Octal 171 24 220 20 126 0 54 441 114 40
Binary 1111001 10100 10010000 10000 1010110 0 101100 100100001 1001100 100000

Color Harmonies of #791490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791490

Black with #791490

Text Example


Text Example

White with #791490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791490; }

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

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

background-color css

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

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

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

border-color css

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

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

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