#790985

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

Shades of Purple #790985

Tints of Purple #790985

Color information

#790985 (or 0x790985) is unknown color: approx Purple. HEX triplet: 79, 09 and 85. RGB value is (121,9,133). Sum of RGB (Red+Green+Blue) = 121+9+133=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #790985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790985 is #86F67A. Grayscale: #383838. Windows color (decimal): -8844923 or 8718713. OLE color: 8718713.

HSL color Cylindrical-coordinate representation of color #790985: hue angle of 294.19º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790985 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1219133-
CMYK0.090.9300.48
HSL294.19º87.32%27.84%-
HSV(B)294.19º93.23%52.16%-
XYZ12.225.9522.7-
YUV56.62171.11173.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.01%
GREEN value IS 9 (3.91% from 255) = 3.42%
BLUE value IS 133 (52.34% from 255) = 50.57%
R=46.01%
G=3.42%
B=50.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12191330.090.9300.48294.1987.3227.84
Hex7998595D030126571c
Octal171112051113506044612734
Binary1111001100110000101100110111010110000100100110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790985; }

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

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

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

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

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

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

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

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