Html Css Color HEX #790990 Purple

📋 copy color: '#790990'

red 121 ◦ green 9 ◦ blue 144

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

Shades of Purple #790990

Tints of Purple #790990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.28%

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

R = 44.16%
G = 3.28%
B = 52.55%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#790990 (or 0x790990) is known color: Purple. HEX triplet: 79, 09 and 90. RGB value is (121,9,144). Sum of RGB (Red+Green+Blue) = 121+9+144=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #790990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790990 is #86F66F. Grayscale: #393939. Windows color (decimal): -8844912 or 9439609. OLE color: 9439609.

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

Color convert

RGB 121 9 144 -
CMYK 0.16 0.94 0 0.44
HSL 289.78º 0.88% 0.3% -
HSV(B) 289.78º 0.94% 0.56% -
XYZ 13.02 6.27 26.91 -
YUV 57.88 176.61 173.02 -
System Red Green Blue C M Y K H S L
Decimal 121 9 144 0.16 0.94 0 0.44 289.78 0.88 0.3
Hex 79 9 90 10 5E 0 2C 122 58 1E
Octal 171 11 220 20 136 0 54 442 130 36
Binary 1111001 1001 10010000 10000 1011110 0 101100 100100010 1011000 11110

Color Harmonies of #790990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790990

Black with #790990

Text Example


Text Example

White with #790990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790990; }

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

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

background-color css

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

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

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

border-color css

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

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

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