#791574

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

Shades of Dark Purple #791574

Tints of Dark Purple #791574

Color information

#791574 (or 0x791574) is unknown color: approx Dark Purple. HEX triplet: 79, 15 and 74. RGB value is (121,21,116). Sum of RGB (Red+Green+Blue) = 121+21+116=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 121 - color contains mainly: red. Hex color #791574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791574 is #86EA8B. Grayscale: #3D3D3D. Windows color (decimal): -8841868 or 7607673. OLE color: 7607673.

HSL color Cylindrical-coordinate representation of color #791574: hue angle of 303º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #791574 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB12121116-
CMYK00.830.040.53
HSL303º70.42%27.84%-
HSV(B)303º82.64%47.45%-
XYZ11.315.8617.06-
YUV61.73158.63170.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.90%
GREEN value IS 21 (8.59% from 255) = 8.14%
BLUE value IS 116 (45.70% from 255) = 44.96%
R=46.90%
G=8.14%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1212111600.830.040.5330370.4227.84
Hex79157405343512f461c
Octal17125164012346545710634
Binary111100110101111010001010011100110101100101111100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791574; }

 p { color: rgb(121,21,116); }

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

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

 a { background-color: rgb(121,21,116); }

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

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

 span { border-color: rgb(121,21,116); }

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