Html Css Color HEX #790080 Purple

📋 copy color: '#790080'

red 121 ◦ green 0 ◦ blue 128

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

Shades of Purple #790080

Tints of Purple #790080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 51.41%

R = 48.59%
G = 0%
B = 51.41%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#790080 (or 0x790080) is known color: Purple. HEX triplet: 79, 00 and 80. RGB value is (121,0,128). Sum of RGB (Red+Green+Blue) = 121+0+128=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #790080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790080 is #86FF7F. Grayscale: #323232. Windows color (decimal): -8847232 or 8388729. OLE color: 8388729.

HSL color Cylindrical-coordinate representation of color #790080: hue angle of 296.72º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #790080 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 121 0 128 -
CMYK 0.05 1 0 0.50
HSL 296.72º 1% 0.25% -
HSV(B) 296.72º 1% 0.5% -
XYZ 11.78 5.62 20.89 -
YUV 50.77 171.59 178.09 -
System Red Green Blue C M Y K H S L
Decimal 121 0 128 0.05 1 0 0.50 296.72 1 0.25
Hex 79 0 80 5 64 0 32 129 64 19
Octal 171 0 200 5 144 0 62 451 144 31
Binary 1111001 0 10000000 101 1100100 0 110010 100101001 1100100 11001

Color Harmonies of #790080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790080

Black with #790080

Text Example


Text Example

White with #790080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790080; }

 p { color: rgb(121,0,128); }

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

background-color css

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

 a { background-color: rgb(121,0,128); }

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

border-color css

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

 span { border-color: rgb(121,0,128); }

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