#790D72

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

Shades of Purple #790D72

Tints of Purple #790D72

Color information

#790D72 (or 0x790D72) is unknown color: approx Purple. HEX triplet: 79, 0D and 72. RGB value is (121,13,114). Sum of RGB (Red+Green+Blue) = 121+13+114=248 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.79% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 121 - color contains mainly: red. Hex color #790D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790D72 is #86F28D. Grayscale: #383838. Windows color (decimal): -8843918 or 7474553. OLE color: 7474553.

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

Color convert

RGB12113114-
CMYK00.890.060.53
HSL303.89º80.6%26.27%-
HSV(B)303.89º89.26%47.45%-
XYZ11.075.5716.41-
YUV56.81160.28173.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.79%
GREEN value IS 13 (5.47% from 255) = 5.24%
BLUE value IS 114 (44.92% from 255) = 45.97%
R=48.79%
G=5.24%
B=45.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211311400.890.060.53303.8980.626.27
Hex79D72059635130511a
Octal17115162013166546012132
Binary11110011101111001001011001110110101100110000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,13,114); }

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

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

 a { background-color: rgb(121,13,114); }

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

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

 span { border-color: rgb(121,13,114); }

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