#791568

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

Shades of Dark Purple #791568

Tints of Dark Purple #791568

Color information

#791568 (or 0x791568) is unknown color: approx Dark Purple. HEX triplet: 79, 15 and 68. RGB value is (121,21,104). Sum of RGB (Red+Green+Blue) = 121+21+104=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #791568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791568 is #86EA97. Grayscale: #3C3C3C. Windows color (decimal): -8841880 or 6821241. OLE color: 6821241.

HSL color Cylindrical-coordinate representation of color #791568: hue angle of 310.2º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #791568 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB12121104-
CMYK00.830.140.53
HSL310.2º70.42%27.84%-
HSV(B)310.2º82.64%47.45%-
XYZ10.655.613.62-
YUV60.36152.63171.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.19%
GREEN value IS 21 (8.59% from 255) = 8.54%
BLUE value IS 104 (41.02% from 255) = 42.28%
R=49.19%
G=8.54%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1212110400.830.140.53310.270.4227.84
Hex791568053E35136461c
Octal171251500123166546610634
Binary1111001101011101000010100111110110101100110110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791568; }

 p { color: rgb(121,21,104); }

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

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

 a { background-color: rgb(121,21,104); }

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

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

 span { border-color: rgb(121,21,104); }

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