#792978

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

Shades of Dark Purple #792978

Tints of Dark Purple #792978

Color information

#792978 (or 0x792978) is unknown color: approx Dark Purple. HEX triplet: 79, 29 and 78. RGB value is (121,41,120). Sum of RGB (Red+Green+Blue) = 121+41+120=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #792978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792978 is #86D687. Grayscale: #494949. Windows color (decimal): -8836744 or 7874937. OLE color: 7874937.

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

Color convert

RGB12141120-
CMYK00.660.010.53
HSL300.75º49.38%31.76%-
HSV(B)300.75º66.12%47.45%-
XYZ12.077.0118.49-
YUV73.93154161.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.91%
GREEN value IS 41 (16.41% from 255) = 14.54%
BLUE value IS 120 (47.27% from 255) = 42.55%
R=42.91%
G=14.54%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1214112000.660.010.53300.7549.3831.76
Hex79297804213512d3120
Octal1715117001021654556140
Binary11110011010011111000010000101110101100101101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792978; }

 p { color: rgb(121,41,120); }

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

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

 a { background-color: rgb(121,41,120); }

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

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

 span { border-color: rgb(121,41,120); }

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