#792B77

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

Shades of Dark Purple #792B77

Tints of Dark Purple #792B77

Color information

#792B77 (or 0x792B77) is unknown color: approx Dark Purple. HEX triplet: 79, 2B and 77. RGB value is (121,43,119). Sum of RGB (Red+Green+Blue) = 121+43+119=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 121 - color contains mainly: red. Hex color #792B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792B77 is #86D488. Grayscale: #4A4A4A. Windows color (decimal): -8836233 or 7809913. OLE color: 7809913.

HSL color Cylindrical-coordinate representation of color #792B77: hue angle of 301.54º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #792B77 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB12143119-
CMYK00.640.020.53
HSL301.54º47.56%32.16%-
HSV(B)301.54º64.46%47.45%-
XYZ12.087.1218.19-
YUV74.99152.84160.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.76%
GREEN value IS 43 (17.19% from 255) = 15.19%
BLUE value IS 119 (46.88% from 255) = 42.05%
R=42.76%
G=15.19%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1214311900.640.020.53301.5447.5632.16
Hex792B7704023512e3020
Octal1715316701002654566040
Binary111100110101111101110100000010110101100101110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792B77; }

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

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

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

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

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

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

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

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