#792571

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

Shades of Dark Purple #792571

Tints of Dark Purple #792571

Color information

#792571 (or 0x792571) is unknown color: approx Dark Purple. HEX triplet: 79, 25 and 71. RGB value is (121,37,113). Sum of RGB (Red+Green+Blue) = 121+37+113=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #792571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792571 is #86DA8E. Grayscale: #464646. Windows color (decimal): -8837775 or 7415161. OLE color: 7415161.

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

Color convert

RGB12137113-
CMYK00.690.070.53
HSL305.71º53.16%30.98%-
HSV(B)305.71º69.42%47.45%-
XYZ11.536.5816.29-
YUV70.78151.83163.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.65%
GREEN value IS 37 (14.84% from 255) = 13.65%
BLUE value IS 113 (44.53% from 255) = 41.70%
R=44.65%
G=13.65%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1213711300.690.070.53305.7153.1630.98
Hex792571045735132351f
Octal1714516101057654626537
Binary111100110010111100010100010111111010110011001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792571; }

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

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

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

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

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

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

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

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