#792670

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

Shades of Dark Purple #792670

Tints of Dark Purple #792670

Color information

#792670 (or 0x792670) is unknown color: approx Dark Purple. HEX triplet: 79, 26 and 70. RGB value is (121,38,112). Sum of RGB (Red+Green+Blue) = 121+38+112=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #792670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792670 is #86D98F. Grayscale: #474747. Windows color (decimal): -8837520 or 7349881. OLE color: 7349881.

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

Color convert

RGB12138112-
CMYK00.690.070.53
HSL306.51º52.2%31.18%-
HSV(B)306.51º68.6%47.45%-
XYZ11.56.6216-
YUV71.25151163.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.65%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=44.65%
G=14.02%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1213811200.690.070.53306.5152.231.18
Hex792670045735133341f
Octal1714616001057654636437
Binary111100110011011100000100010111111010110011001111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792670; }

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

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

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

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

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

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

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

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