#791F7B

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

Shades of Dark Purple #791F7B

Tints of Dark Purple #791F7B

Color information

#791F7B (or 0x791F7B) is unknown color: approx Dark Purple. HEX triplet: 79, 1F and 7B. RGB value is (121,31,123). Sum of RGB (Red+Green+Blue) = 121+31+123=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #791F7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791F7B is #86E084. Grayscale: #444444. Windows color (decimal): -8839301 or 8068985. OLE color: 8068985.

HSL color Cylindrical-coordinate representation of color #791F7B: hue angle of 298.7º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #791F7B is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12131123-
CMYK0.020.7500.52
HSL298.7º59.74%30.2%-
HSV(B)298.7º74.8%48.24%-
XYZ11.956.4719.36-
YUV68.4158.82165.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44%
GREEN value IS 31 (12.5% from 255) = 11.27%
BLUE value IS 123 (48.44% from 255) = 44.73%
R=44%
G=11.27%
B=44.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal121311230.020.7500.52298.759.7430.2
Hex791F7B24B03412b3c1e
Octal1713717321130644537436
Binary1111001111111111011101001011011010010010101111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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