#791975

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

Shades of Dark Purple #791975

Tints of Dark Purple #791975

Color information

#791975 (or 0x791975) is unknown color: approx Dark Purple. HEX triplet: 79, 19 and 75. RGB value is (121,25,117). Sum of RGB (Red+Green+Blue) = 121+25+117=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #791975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791975 is #86E68A. Grayscale: #3F3F3F. Windows color (decimal): -8840843 or 7674233. OLE color: 7674233.

HSL color Cylindrical-coordinate representation of color #791975: hue angle of 302.5º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #791975 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB12125117-
CMYK00.790.030.53
HSL302.5º65.75%28.63%-
HSV(B)302.5º79.34%47.45%-
XYZ11.446.0417.39-
YUV64.19157.8168.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.01%
GREEN value IS 25 (10.16% from 255) = 9.51%
BLUE value IS 117 (46.09% from 255) = 44.49%
R=46.01%
G=9.51%
B=44.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1212511700.790.030.53302.565.7528.63
Hex79197504F33512e421d
Octal17131165011736545610235
Binary11110011100111101010100111111110101100101110100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791975; }

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

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

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

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

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

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

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

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