#792675

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

Shades of Dark Purple #792675

Tints of Dark Purple #792675

Color information

#792675 (or 0x792675) is unknown color: approx Dark Purple. HEX triplet: 79, 26 and 75. RGB value is (121,38,117). Sum of RGB (Red+Green+Blue) = 121+38+117=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #792675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792675 is #86D98A. Grayscale: #474747. Windows color (decimal): -8837515 or 7677561. OLE color: 7677561.

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

Color convert

RGB12138117-
CMYK00.690.030.53
HSL302.89º52.2%31.18%-
HSV(B)302.89º68.6%47.45%-
XYZ11.796.7417.51-
YUV71.82153.5163.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.84%
GREEN value IS 38 (15.23% from 255) = 13.77%
BLUE value IS 117 (46.09% from 255) = 42.39%
R=43.84%
G=13.77%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1213811700.690.030.53302.8952.231.18
Hex79267504533512f341f
Octal1714616501053654576437
Binary11110011001101110101010001011111010110010111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792675; }

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

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

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

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

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

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

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

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