#791466

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

Shades of Dark Purple #791466

Tints of Dark Purple #791466

Color information

#791466 (or 0x791466) is unknown color: approx Dark Purple. HEX triplet: 79, 14 and 66. RGB value is (121,20,102). Sum of RGB (Red+Green+Blue) = 121+20+102=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #791466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791466 is #86EB99. Grayscale: #3B3B3B. Windows color (decimal): -8842138 or 6689913. OLE color: 6689913.

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

Color convert

RGB12120102-
CMYK00.830.160.53
HSL311.29º71.63%27.65%-
HSV(B)311.29º83.47%47.45%-
XYZ10.535.5213.08-
YUV59.55151.96171.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.79%
GREEN value IS 20 (8.20% from 255) = 8.23%
BLUE value IS 102 (40.23% from 255) = 41.98%
R=49.79%
G=8.23%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1212010200.830.160.53311.2971.6327.65
Hex7914660531035137481c
Octal171241460123206546711034
Binary11110011010011001100101001110000110101100110111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791466; }

 p { color: rgb(121,20,102); }

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

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

 a { background-color: rgb(121,20,102); }

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

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

 span { border-color: rgb(121,20,102); }

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