Html Css Color HEX #790180 Purple

📋 copy color: '#790180'

red 121 ◦ green 1 ◦ blue 128

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

Shades of Purple #790180

Tints of Purple #790180

RGB

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

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

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

R = 48.4%
G = 0.4%
B = 51.2%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#790180 (or 0x790180) is known color: Purple. HEX triplet: 79, 01 and 80. RGB value is (121,1,128). Sum of RGB (Red+Green+Blue) = 121+1+128=250 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.4% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #790180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790180 is #86FE7F. Grayscale: #323232. Windows color (decimal): -8846976 or 8388985. OLE color: 8388985.

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

Color convert

RGB 121 1 128 -
CMYK 0.05 0.99 0 0.50
HSL 296.69º 0.98% 0.25% -
HSV(B) 296.69º 0.99% 0.5% -
XYZ 11.79 5.65 20.89 -
YUV 51.36 171.26 177.67 -
System Red Green Blue C M Y K H S L
Decimal 121 1 128 0.05 0.99 0 0.50 296.69 0.98 0.25
Hex 79 1 80 5 63 0 32 129 62 19
Octal 171 1 200 5 143 0 62 451 142 31
Binary 1111001 1 10000000 101 1100011 0 110010 100101001 1100010 11001

Color Harmonies of #790180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790180

Black with #790180

Text Example


Text Example

White with #790180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790180; }

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

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

background-color css

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

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

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

border-color css

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

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

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