#791E7C

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

Shades of Dark Purple #791E7C

Tints of Dark Purple #791E7C

Color information

#791E7C (or 0x791E7C) is unknown color: approx Dark Purple. HEX triplet: 79, 1E and 7C. RGB value is (121,30,124). Sum of RGB (Red+Green+Blue) = 121+30+124=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #791E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791E7C is #86E183. Grayscale: #434343. Windows color (decimal): -8839556 or 8134265. OLE color: 8134265.

HSL color Cylindrical-coordinate representation of color #791E7C: hue angle of 298.09º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #791E7C is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12130124-
CMYK0.020.7600.51
HSL298.09º61.04%30.2%-
HSV(B)298.09º75.81%48.63%-
XYZ11.996.4519.68-
YUV67.92159.65165.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44%
GREEN value IS 30 (12.11% from 255) = 10.91%
BLUE value IS 124 (48.83% from 255) = 45.09%
R=44%
G=10.91%
B=45.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121301240.020.7600.51298.0961.0430.2
Hex791E7C24C03312a3d1e
Octal1713617421140634527536
Binary1111001111101111100101001100011001110010101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,30,124); }

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

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

 a { background-color: rgb(121,30,124); }

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

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

 span { border-color: rgb(121,30,124); }

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