#791868

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

Shades of Dark Purple #791868

Tints of Dark Purple #791868

Color information

#791868 (or 0x791868) is unknown color: approx Dark Purple. HEX triplet: 79, 18 and 68. RGB value is (121,24,104). Sum of RGB (Red+Green+Blue) = 121+24+104=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #791868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791868 is #86E797. Grayscale: #3D3D3D. Windows color (decimal): -8841112 or 6822009. OLE color: 6822009.

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

Color convert

RGB12124104-
CMYK00.800.140.53
HSL310.52º66.9%28.43%-
HSV(B)310.52º80.17%47.45%-
XYZ10.715.7213.64-
YUV62.12151.64170-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.59%
GREEN value IS 24 (9.77% from 255) = 9.64%
BLUE value IS 104 (41.02% from 255) = 41.77%
R=48.59%
G=9.64%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1212410400.800.140.53310.5266.928.43
Hex791868050E35137431c
Octal171301500120166546710334
Binary1111001110001101000010100001110110101100110111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791868; }

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

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

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

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

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

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

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

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