#791277

Color #791277 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #791277

Tints of Purple #791277

Color information

#791277 (or 0x791277) is unknown color: approx Purple. HEX triplet: 79, 12 and 77. RGB value is (121,18,119). Sum of RGB (Red+Green+Blue) = 121+18+119=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 121 - color contains mainly: red. Hex color #791277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791277 is #86ED88. Grayscale: #3C3C3C. Windows color (decimal): -8842633 or 7803513. OLE color: 7803513.

HSL color Cylindrical-coordinate representation of color #791277: hue angle of 301.17º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #791277 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB12118119-
CMYK00.850.020.53
HSL301.17º74.1%27.25%-
HSV(B)301.17º85.12%47.45%-
XYZ11.435.8317.98-
YUV60.31161.12171.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.90%
GREEN value IS 18 (7.42% from 255) = 6.98%
BLUE value IS 119 (46.88% from 255) = 46.12%
R=46.90%
G=6.98%
B=46.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211811900.850.020.53301.1774.127.25
Hex79127705523512d4a1b
Octal17122167012526545511233
Binary11110011001011101110101010110110101100101101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791277; }

 p { color: rgb(121,18,119); }

 H1.HeaderClassName
 {
   color: #791277;
 }
 .AnyTagClassName
 {
   color: #791277;
 }
</style>
background-color css

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

 a { background-color: rgb(121,18,119); }

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

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

 span { border-color: rgb(121,18,119); }

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