Html Css Color HEX #790880 Purple

📋 copy color: '#790880'

red 121 ◦ green 8 ◦ blue 128

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

Shades of Purple #790880

Tints of Purple #790880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.11%

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

R = 47.08%
G = 3.11%
B = 49.81%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#790880 (or 0x790880) is known color: Purple. HEX triplet: 79, 08 and 80. RGB value is (121,8,128). Sum of RGB (Red+Green+Blue) = 121+8+128=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #790880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790880 is #86F77F. Grayscale: #373737. Windows color (decimal): -8845184 or 8390777. OLE color: 8390777.

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

Color convert

RGB 121 8 128 -
CMYK 0.05 0.94 0 0.50
HSL 296.5º 0.88% 0.27% -
HSV(B) 296.5º 0.94% 0.5% -
XYZ 11.87 5.8 20.92 -
YUV 55.47 168.94 174.74 -
System Red Green Blue C M Y K H S L
Decimal 121 8 128 0.05 0.94 0 0.50 296.5 0.88 0.27
Hex 79 8 80 5 5E 0 32 128 58 1B
Octal 171 10 200 5 136 0 62 450 130 33
Binary 1111001 1000 10000000 101 1011110 0 110010 100101000 1011000 11011

Color Harmonies of #790880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790880

Black with #790880

Text Example


Text Example

White with #790880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790880; }

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

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

background-color css

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

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

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

border-color css

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

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

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