Html Css Color HEX #790290 Purple

📋 copy color: '#790290'

red 121 ◦ green 2 ◦ blue 144

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

Shades of Purple #790290

Tints of Purple #790290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 45.32%
G = 0.75%
B = 53.93%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#790290 (or 0x790290) is known color: Purple. HEX triplet: 79, 02 and 90. RGB value is (121,2,144). Sum of RGB (Red+Green+Blue) = 121+2+144=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #790290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790290 is #86FD6F. Grayscale: #353535. Windows color (decimal): -8846704 or 9437817. OLE color: 9437817.

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

Color convert

RGB 121 2 144 -
CMYK 0.16 0.99 0 0.44
HSL 290.28º 0.97% 0.29% -
HSV(B) 290.28º 0.99% 0.56% -
XYZ 12.94 6.12 26.89 -
YUV 53.77 178.92 175.95 -
System Red Green Blue C M Y K H S L
Decimal 121 2 144 0.16 0.99 0 0.44 290.28 0.97 0.29
Hex 79 2 90 10 63 0 2C 122 61 1D
Octal 171 2 220 20 143 0 54 442 141 35
Binary 1111001 10 10010000 10000 1100011 0 101100 100100010 1100001 11101

Color Harmonies of #790290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790290

Black with #790290

Text Example


Text Example

White with #790290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790290; }

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

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

background-color css

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

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

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

border-color css

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

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

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