#792070

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

Shades of Dark Purple #792070

Tints of Dark Purple #792070

Color information

#792070 (or 0x792070) is unknown color: approx Dark Purple. HEX triplet: 79, 20 and 70. RGB value is (121,32,112). Sum of RGB (Red+Green+Blue) = 121+32+112=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #792070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792070 is #86DF8F. Grayscale: #434343. Windows color (decimal): -8839056 or 7348345. OLE color: 7348345.

HSL color Cylindrical-coordinate representation of color #792070: hue angle of 306.07º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #792070 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12132112-
CMYK00.740.070.53
HSL306.07º58.17%30%-
HSV(B)306.07º73.55%47.45%-
XYZ11.336.2715.94-
YUV67.73152.99166-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.66%
GREEN value IS 32 (12.89% from 255) = 12.08%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=45.66%
G=12.08%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1213211200.740.070.53306.0758.1730
Hex79207004A7351323a1e
Octal1714016001127654627236
Binary111100110000011100000100101011111010110011001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792070; }

 p { color: rgb(121,32,112); }

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

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

 a { background-color: rgb(121,32,112); }

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

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

 span { border-color: rgb(121,32,112); }

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