Html Css Color HEX #790F80 Purple

📋 copy color: '#790F80'

red 121 ◦ green 15 ◦ blue 128

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

Shades of Purple #790F80

Tints of Purple #790F80

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.68%

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

R = 45.83%
G = 5.68%
B = 48.48%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#790F80 (or 0x790F80) is known color: Purple. HEX triplet: 79, 0F and 80. RGB value is (121,15,128). Sum of RGB (Red+Green+Blue) = 121+15+128=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #790F80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790F80 is #86F07F. Grayscale: #3B3B3B. Windows color (decimal): -8843392 or 8392569. OLE color: 8392569.

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

Color convert

RGB 121 15 128 -
CMYK 0.05 0.88 0 0.50
HSL 296.28º 0.79% 0.28% -
HSV(B) 296.28º 0.88% 0.5% -
XYZ 11.95 5.97 20.94 -
YUV 59.58 166.62 171.81 -
System Red Green Blue C M Y K H S L
Decimal 121 15 128 0.05 0.88 0 0.50 296.28 0.79 0.28
Hex 79 F 80 5 58 0 32 128 4F 1C
Octal 171 17 200 5 130 0 62 450 117 34
Binary 1111001 1111 10000000 101 1011000 0 110010 100101000 1001111 11100

Color Harmonies of #790F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790F80

Black with #790F80

Text Example


Text Example

White with #790F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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