#791B72

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

Shades of Dark Purple #791B72

Tints of Dark Purple #791B72

Color information

#791B72 (or 0x791B72) is unknown color: approx Dark Purple. HEX triplet: 79, 1B and 72. RGB value is (121,27,114). Sum of RGB (Red+Green+Blue) = 121+27+114=262 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.18% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 121 - color contains mainly: red. Hex color #791B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791B72 is #86E48D. Grayscale: #404040. Windows color (decimal): -8840334 or 7478137. OLE color: 7478137.

HSL color Cylindrical-coordinate representation of color #791B72: hue angle of 304.47º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #791B72 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB12127114-
CMYK00.780.060.53
HSL304.47º63.51%29.02%-
HSV(B)304.47º77.69%47.45%-
XYZ11.316.0616.49-
YUV65.02155.64167.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.18%
GREEN value IS 27 (10.94% from 255) = 10.31%
BLUE value IS 114 (44.92% from 255) = 43.51%
R=46.18%
G=10.31%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1212711400.780.060.53304.4763.5129.02
Hex791B7204E635130401d
Octal17133162011666546010035
Binary111100111011111001001001110110110101100110000100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791B72; }

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

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

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

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

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

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

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

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