#790A7F

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

Shades of Purple #790A7F

Tints of Purple #790A7F

Color information

#790A7F (or 0x790A7F) is unknown color: approx Purple. HEX triplet: 79, 0A and 7F. RGB value is (121,10,127). Sum of RGB (Red+Green+Blue) = 121+10+127=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #790A7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790A7F is #86F580. Grayscale: #383838. Windows color (decimal): -8844673 or 8325753. OLE color: 8325753.

HSL color Cylindrical-coordinate representation of color #790A7F: hue angle of 296.92º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #790A7F is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12110127-
CMYK0.050.9200.50
HSL296.92º85.4%26.86%-
HSV(B)296.92º92.13%49.8%-
XYZ11.825.8120.58-
YUV56.53167.77173.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.90%
GREEN value IS 10 (4.30% from 255) = 3.88%
BLUE value IS 127 (50% from 255) = 49.22%
R=46.90%
G=3.88%
B=49.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121101270.050.9200.50296.9285.426.86
Hex79A7F55C032129551b
Octal17112177513406245112533
Binary11110011010111111110110111000110010100101001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790A7F; }

 p { color: rgb(121,10,127); }

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

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

 a { background-color: rgb(121,10,127); }

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

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

 span { border-color: rgb(121,10,127); }

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