#790885

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

Shades of Purple #790885

Tints of Purple #790885

Color information

#790885 (or 0x790885) is unknown color: approx Purple. HEX triplet: 79, 08 and 85. RGB value is (121,8,133). Sum of RGB (Red+Green+Blue) = 121+8+133=262 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.18% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #790885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790885 is #86F77A. Grayscale: #373737. Windows color (decimal): -8845179 or 8718457. OLE color: 8718457.

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

Color convert

RGB1218133-
CMYK0.090.9400.48
HSL294.24º88.65%27.65%-
HSV(B)294.24º93.98%52.16%-
XYZ12.215.9322.69-
YUV56.04171.44174.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.18%
GREEN value IS 8 (3.52% from 255) = 3.05%
BLUE value IS 133 (52.34% from 255) = 50.76%
R=46.18%
G=3.05%
B=50.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12181330.090.9400.48294.2488.6527.65
Hex7988595E030126591c
Octal171102051113606044613134
Binary1111001100010000101100110111100110000100100110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790885; }

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

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

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

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

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

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

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

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