#791771

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

Shades of Dark Purple #791771

Tints of Dark Purple #791771

Color information

#791771 (or 0x791771) is unknown color: approx Dark Purple. HEX triplet: 79, 17 and 71. RGB value is (121,23,113). Sum of RGB (Red+Green+Blue) = 121+23+113=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 121 - color contains mainly: red. Hex color #791771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791771 is #86E88E. Grayscale: #3E3E3E. Windows color (decimal): -8841359 or 7411577. OLE color: 7411577.

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

Color convert

RGB12123113-
CMYK00.810.070.53
HSL304.9º68.06%28.24%-
HSV(B)304.9º80.99%47.45%-
XYZ11.175.8716.17-
YUV62.56156.47169.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.08%
GREEN value IS 23 (9.38% from 255) = 8.95%
BLUE value IS 113 (44.53% from 255) = 43.97%
R=47.08%
G=8.95%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1212311300.810.070.53304.968.0628.24
Hex791771051735131441c
Octal17127161012176546110434
Binary111100110111111000101010001111110101100110001100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791771; }

 p { color: rgb(121,23,113); }

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

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

 a { background-color: rgb(121,23,113); }

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

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

 span { border-color: rgb(121,23,113); }

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