Html Css Color HEX #790C80 Purple

📋 copy color: '#790C80'

red 121 ◦ green 12 ◦ blue 128

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

Shades of Purple #790C80

Tints of Purple #790C80

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.6%

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

R = 46.36%
G = 4.6%
B = 49.04%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#790C80 (or 0x790C80) is known color: Purple. HEX triplet: 79, 0C and 80. RGB value is (121,12,128). Sum of RGB (Red+Green+Blue) = 121+12+128=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #790C80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790C80 is #86F37F. Grayscale: #393939. Windows color (decimal): -8844160 or 8391801. OLE color: 8391801.

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

Color convert

RGB 121 12 128 -
CMYK 0.05 0.91 0 0.50
HSL 296.38º 0.83% 0.27% -
HSV(B) 296.38º 0.91% 0.5% -
XYZ 11.91 5.89 20.93 -
YUV 57.82 167.61 173.07 -
System Red Green Blue C M Y K H S L
Decimal 121 12 128 0.05 0.91 0 0.50 296.38 0.83 0.27
Hex 79 C 80 5 5B 0 32 128 53 1B
Octal 171 14 200 5 133 0 62 450 123 33
Binary 1111001 1100 10000000 101 1011011 0 110010 100101000 1010011 11011

Color Harmonies of #790C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C80

Black with #790C80

Text Example


Text Example

White with #790C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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