#790874

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

Shades of Purple #790874

Tints of Purple #790874

Color information

#790874 (or 0x790874) is unknown color: approx Purple. HEX triplet: 79, 08 and 74. RGB value is (121,8,116). Sum of RGB (Red+Green+Blue) = 121+8+116=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #790874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790874 is #86F78B. Grayscale: #353535. Windows color (decimal): -8845196 or 7604345. OLE color: 7604345.

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

Color convert

RGB1218116-
CMYK00.930.040.53
HSL302.65º87.6%25.29%-
HSV(B)302.65º93.39%47.45%-
XYZ11.125.517-
YUV54.1162.94175.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.39%
GREEN value IS 8 (3.52% from 255) = 3.27%
BLUE value IS 116 (45.70% from 255) = 47.35%
R=49.39%
G=3.27%
B=47.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121811600.930.040.53302.6587.625.29
Hex7987405D43512f5819
Octal17110164013546545713031
Binary11110011000111010001011101100110101100101111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790874; }

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

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

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

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

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

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

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

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