#791286

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

Shades of Purple #791286

Tints of Purple #791286

Color information

#791286 (or 0x791286) is unknown color: approx Purple. HEX triplet: 79, 12 and 86. RGB value is (121,18,134). Sum of RGB (Red+Green+Blue) = 121+18+134=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #791286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791286 is #86ED79. Grayscale: #3D3D3D. Windows color (decimal): -8842618 or 8786553. OLE color: 8786553.

HSL color Cylindrical-coordinate representation of color #791286: hue angle of 293.28º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791286 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12118134-
CMYK0.100.8700.47
HSL293.28º76.32%29.8%-
HSV(B)293.28º86.57%52.55%-
XYZ12.46.2223.1-
YUV62.02168.62170.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 18 (7.42% from 255) = 6.59%
BLUE value IS 134 (52.73% from 255) = 49.08%
R=44.32%
G=6.59%
B=49.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121181340.100.8700.47293.2876.3229.8
Hex791286A5702F1254c1e
Octal171222061212705744511436
Binary11110011001010000110101010101110101111100100101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791286; }

 p { color: rgb(121,18,134); }

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

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

 a { background-color: rgb(121,18,134); }

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

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

 span { border-color: rgb(121,18,134); }

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