#790471

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

Shades of Purple #790471

Tints of Purple #790471

Color information

#790471 (or 0x790471) is unknown color: approx Purple. HEX triplet: 79, 04 and 71. RGB value is (121,4,113). Sum of RGB (Red+Green+Blue) = 121+4+113=238 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.84% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 121 - color contains mainly: red. Hex color #790471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790471 is #86FB8E. Grayscale: #333333. Windows color (decimal): -8846223 or 7406713. OLE color: 7406713.

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

Color convert

RGB1214113-
CMYK00.970.070.53
HSL304.1º93.6%24.51%-
HSV(B)304.1º96.69%47.45%-
XYZ10.915.3416.08-
YUV51.41162.76177.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.84%
GREEN value IS 4 (1.95% from 255) = 1.68%
BLUE value IS 113 (44.53% from 255) = 47.48%
R=50.84%
G=1.68%
B=47.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121411300.970.070.53304.193.624.51
Hex794710617351305e19
Octal1714161014176546013631
Binary1111001100111000101100001111110101100110000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790471; }

 p { color: rgb(121,4,113); }

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

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

 a { background-color: rgb(121,4,113); }

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

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

 span { border-color: rgb(121,4,113); }

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