#790A6E

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

Shades of Purple #790A6E

Tints of Purple #790A6E

Color information

#790A6E (or 0x790A6E) is unknown color: approx Purple. HEX triplet: 79, 0A and 6E. RGB value is (121,10,110). Sum of RGB (Red+Green+Blue) = 121+10+110=241 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.21% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 121 - color contains mainly: red. Hex color #790A6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790A6E is #86F591. Grayscale: #363636. Windows color (decimal): -8844690 or 7211641. OLE color: 7211641.

HSL color Cylindrical-coordinate representation of color #790A6E: hue angle of 305.95º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #790A6E is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12110110-
CMYK00.920.090.53
HSL305.95º84.73%25.69%-
HSV(B)305.95º91.74%47.45%-
XYZ10.815.4115.23-
YUV54.59159.27175.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.21%
GREEN value IS 10 (4.30% from 255) = 4.15%
BLUE value IS 110 (43.36% from 255) = 45.64%
R=50.21%
G=4.15%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211011000.920.090.53305.9584.7325.69
Hex79A6E05C935132551a
Octal171121560134116546212532
Binary111100110101101110010111001001110101100110010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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