#791E7A

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

Shades of Dark Purple #791E7A

Tints of Dark Purple #791E7A

Color information

#791E7A (or 0x791E7A) is unknown color: approx Dark Purple. HEX triplet: 79, 1E and 7A. RGB value is (121,30,122). Sum of RGB (Red+Green+Blue) = 121+30+122=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #791E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791E7A is #86E185. Grayscale: #434343. Windows color (decimal): -8839558 or 8003193. OLE color: 8003193.

HSL color Cylindrical-coordinate representation of color #791E7A: hue angle of 299.35º degrees, saturation: 0.61, 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 #791E7A is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12130122-
CMYK0.010.7500.52
HSL299.35º60.53%29.8%-
HSV(B)299.35º75.41%47.84%-
XYZ11.866.419.02-
YUV67.7158.65166.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 30 (12.11% from 255) = 10.99%
BLUE value IS 122 (48.05% from 255) = 44.69%
R=44.32%
G=10.99%
B=44.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal121301220.010.7500.52299.3560.5329.8
Hex791E7A14B03412b3d1e
Octal1713617211130644537536
Binary111100111110111101011001011011010010010101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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