#791F75

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

Shades of Dark Purple #791F75

Tints of Dark Purple #791F75

Color information

#791F75 (or 0x791F75) is unknown color: approx Dark Purple. HEX triplet: 79, 1F and 75. RGB value is (121,31,117). Sum of RGB (Red+Green+Blue) = 121+31+117=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #791F75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791F75 is #86E08A. Grayscale: #434343. Windows color (decimal): -8839307 or 7675769. OLE color: 7675769.

HSL color Cylindrical-coordinate representation of color #791F75: hue angle of 302.67º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #791F75 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB12131117-
CMYK00.740.030.53
HSL302.67º59.21%29.8%-
HSV(B)302.67º74.38%47.45%-
XYZ11.596.3317.44-
YUV67.71155.82166.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.98%
GREEN value IS 31 (12.5% from 255) = 11.52%
BLUE value IS 117 (46.09% from 255) = 43.49%
R=44.98%
G=11.52%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1213111700.740.030.53302.6759.2129.8
Hex791F7504A33512f3b1e
Octal1713716501123654577336
Binary1111001111111110101010010101111010110010111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,31,117); }

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

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

 a { background-color: rgb(121,31,117); }

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

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

 span { border-color: rgb(121,31,117); }

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