#792672

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

Shades of Dark Purple #792672

Tints of Dark Purple #792672

Color information

#792672 (or 0x792672) is unknown color: approx Dark Purple. HEX triplet: 79, 26 and 72. RGB value is (121,38,114). Sum of RGB (Red+Green+Blue) = 121+38+114=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #792672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792672 is #86D98D. Grayscale: #474747. Windows color (decimal): -8837518 or 7480953. OLE color: 7480953.

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

Color convert

RGB12138114-
CMYK00.690.060.53
HSL305.06º52.2%31.18%-
HSV(B)305.06º68.6%47.45%-
XYZ11.626.6716.59-
YUV71.48152163.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 38 (15.23% from 255) = 13.92%
BLUE value IS 114 (44.92% from 255) = 41.76%
R=44.32%
G=13.92%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1213811400.690.060.53305.0652.231.18
Hex792672045635131341f
Octal1714616201056654616437
Binary111100110011011100100100010111011010110011000111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792672; }

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

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

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

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

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

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

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

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