#792F71

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

Shades of Dark Purple #792F71

Tints of Dark Purple #792F71

Color information

#792F71 (or 0x792F71) is unknown color: approx Dark Purple. HEX triplet: 79, 2F and 71. RGB value is (121,47,113). Sum of RGB (Red+Green+Blue) = 121+47+113=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #792F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792F71 is #86D08E. Grayscale: #4C4C4C. Windows color (decimal): -8835215 or 7417721. OLE color: 7417721.

HSL color Cylindrical-coordinate representation of color #792F71: hue angle of 306.49º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #792F71 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12147113-
CMYK00.610.070.53
HSL306.49º44.05%32.94%-
HSV(B)306.49º61.16%47.45%-
XYZ11.887.2916.4-
YUV76.65148.52159.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.06%
GREEN value IS 47 (18.75% from 255) = 16.73%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=43.06%
G=16.73%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1214711300.610.070.53306.4944.0532.94
Hex792F7103D7351322c21
Octal171571610757654625441
Binary111100110111111100010111101111110101100110010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792F71; }

 p { color: rgb(121,47,113); }

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

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

 a { background-color: rgb(121,47,113); }

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

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

 span { border-color: rgb(121,47,113); }

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