#792772

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

Shades of Dark Purple #792772

Tints of Dark Purple #792772

Color information

#792772 (or 0x792772) is unknown color: approx Dark Purple. HEX triplet: 79, 27 and 72. RGB value is (121,39,114). Sum of RGB (Red+Green+Blue) = 121+39+114=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 121 - color contains mainly: red. Hex color #792772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792772 is #86D88D. Grayscale: #474747. Windows color (decimal): -8837262 or 7481209. OLE color: 7481209.

HSL color Cylindrical-coordinate representation of color #792772: hue angle of 305.12º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #792772 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB12139114-
CMYK00.680.060.53
HSL305.12º51.25%31.37%-
HSV(B)305.12º67.77%47.45%-
XYZ11.656.7316.6-
YUV72.07151.67162.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.16%
GREEN value IS 39 (15.62% from 255) = 14.23%
BLUE value IS 114 (44.92% from 255) = 41.61%
R=44.16%
G=14.23%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1213911400.680.060.53305.1251.2531.37
Hex792772044635131331f
Octal1714716201046654616337
Binary111100110011111100100100010011011010110011000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792772; }

 p { color: rgb(121,39,114); }

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

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

 a { background-color: rgb(121,39,114); }

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

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

 span { border-color: rgb(121,39,114); }

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