Html Css Color HEX #790190 Purple

📋 copy color: '#790190'

red 121 ◦ green 1 ◦ blue 144

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

Shades of Purple #790190

Tints of Purple #790190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 45.49%
G = 0.38%
B = 54.14%

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

#790190 (or 0x790190) is known color: Purple. HEX triplet: 79, 01 and 90. RGB value is (121,1,144). Sum of RGB (Red+Green+Blue) = 121+1+144=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #790190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790190 is #86FE6F. Grayscale: #343434. Windows color (decimal): -8846960 or 9437561. OLE color: 9437561.

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

Color convert

RGB 121 1 144 -
CMYK 0.16 0.99 0 0.44
HSL 290.35º 0.99% 0.28% -
HSV(B) 290.35º 0.99% 0.56% -
XYZ 12.93 6.1 26.88 -
YUV 53.18 179.26 176.37 -
System Red Green Blue C M Y K H S L
Decimal 121 1 144 0.16 0.99 0 0.44 290.35 0.99 0.28
Hex 79 1 90 10 63 0 2C 122 63 1C
Octal 171 1 220 20 143 0 54 442 143 34
Binary 1111001 1 10010000 10000 1100011 0 101100 100100010 1100011 11100

Color Harmonies of #790190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790190

Black with #790190

Text Example


Text Example

White with #790190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790190; }

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

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

background-color css

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

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

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

border-color css

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

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

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