#790870

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

Shades of Purple #790870

Tints of Purple #790870

Color information

#790870 (or 0x790870) is unknown color: approx Purple. HEX triplet: 79, 08 and 70. RGB value is (121,8,112). Sum of RGB (Red+Green+Blue) = 121+8+112=241 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.21% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 121 - color contains mainly: red. Hex color #790870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790870 is #86F78F. Grayscale: #353535. Windows color (decimal): -8845200 or 7342201. OLE color: 7342201.

HSL color Cylindrical-coordinate representation of color #790870: hue angle of 304.78º degrees, saturation: 0.88, 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 #790870 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB1218112-
CMYK00.930.070.53
HSL304.78º87.6%25.29%-
HSV(B)304.78º93.39%47.45%-
XYZ10.95.4115.8-
YUV53.64160.94176.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.21%
GREEN value IS 8 (3.52% from 255) = 3.32%
BLUE value IS 112 (44.14% from 255) = 46.47%
R=50.21%
G=3.32%
B=46.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121811200.930.070.53304.7887.625.29
Hex7987005D7351315819
Octal17110160013576546113031
Binary11110011000111000001011101111110101100110001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790870; }

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

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

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

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

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

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

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

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