#790964

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

Shades of Dark Purple #790964

Tints of Dark Purple #790964

Color information

#790964 (or 0x790964) is unknown color: approx Dark Purple. HEX triplet: 79, 09 and 64. RGB value is (121,9,100). Sum of RGB (Red+Green+Blue) = 121+9+100=230 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.61% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 121 - color contains mainly: red. Hex color #790964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790964 is #86F69B. Grayscale: #343434. Windows color (decimal): -8844956 or 6556025. OLE color: 6556025.

HSL color Cylindrical-coordinate representation of color #790964: hue angle of 311.25º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790964 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB1219100-
CMYK00.930.170.53
HSL311.25º86.15%25.49%-
HSV(B)311.25º92.56%47.45%-
XYZ10.285.1812.51-
YUV52.86154.61176.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.61%
GREEN value IS 9 (3.91% from 255) = 3.91%
BLUE value IS 100 (39.45% from 255) = 43.48%
R=52.61%
G=3.91%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121910000.930.170.53311.2586.1525.49
Hex7996405D11351375619
Octal171111440135216546712631
Binary1111001100111001000101110110001110101100110111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790964; }

 p { color: rgb(121,9,100); }

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

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

 a { background-color: rgb(121,9,100); }

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

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

 span { border-color: rgb(121,9,100); }

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