#792973

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

Shades of Dark Purple #792973

Tints of Dark Purple #792973

Color information

#792973 (or 0x792973) is unknown color: approx Dark Purple. HEX triplet: 79, 29 and 73. RGB value is (121,41,115). Sum of RGB (Red+Green+Blue) = 121+41+115=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #792973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792973 is #86D68C. Grayscale: #494949. Windows color (decimal): -8836749 or 7547257. OLE color: 7547257.

HSL color Cylindrical-coordinate representation of color #792973: hue angle of 304.5º 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 #792973 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB12141115-
CMYK00.660.050.53
HSL304.5º49.38%31.76%-
HSV(B)304.5º66.12%47.45%-
XYZ11.776.8916.93-
YUV73.36151.5161.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.68%
GREEN value IS 41 (16.41% from 255) = 14.80%
BLUE value IS 115 (45.31% from 255) = 41.52%
R=43.68%
G=14.80%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1214111500.660.050.53304.549.3831.76
Hex7929730425351303120
Octal1715116301025654606140
Binary1111001101001111001101000010101110101100110000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792973; }

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

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

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

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

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

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

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

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