Html Css Color HEX #790490 Purple

📋 copy color: '#790490'

red 121 ◦ green 4 ◦ blue 144

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

Shades of Purple #790490

Tints of Purple #790490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

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

R = 44.98%
G = 1.49%
B = 53.53%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#790490 (or 0x790490) is known color: Purple. HEX triplet: 79, 04 and 90. RGB value is (121,4,144). Sum of RGB (Red+Green+Blue) = 121+4+144=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #790490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790490 is #86FB6F. Grayscale: #363636. Windows color (decimal): -8846192 or 9438329. OLE color: 9438329.

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

Color convert

RGB 121 4 144 -
CMYK 0.16 0.97 0 0.44
HSL 290.14º 0.95% 0.29% -
HSV(B) 290.14º 0.97% 0.56% -
XYZ 12.96 6.17 26.89 -
YUV 54.94 178.26 175.12 -
System Red Green Blue C M Y K H S L
Decimal 121 4 144 0.16 0.97 0 0.44 290.14 0.95 0.29
Hex 79 4 90 10 61 0 2C 122 5F 1D
Octal 171 4 220 20 141 0 54 442 137 35
Binary 1111001 100 10010000 10000 1100001 0 101100 100100010 1011111 11101

Color Harmonies of #790490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790490

Black with #790490

Text Example


Text Example

White with #790490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790490; }

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

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

background-color css

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

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

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

border-color css

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

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

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