#790272

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

Shades of Purple #790272

Tints of Purple #790272

Color information

#790272 (or 0x790272) is unknown color: approx Purple. HEX triplet: 79, 02 and 72. RGB value is (121,2,114). Sum of RGB (Red+Green+Blue) = 121+2+114=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #790272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790272 is #86FD8D. Grayscale: #323232. Windows color (decimal): -8846734 or 7471737. OLE color: 7471737.

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

Color convert

RGB1212114-
CMYK00.980.060.53
HSL303.53º96.75%24.12%-
HSV(B)303.53º98.35%47.45%-
XYZ10.945.3216.37-
YUV50.35163.92178.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.05%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 114 (44.92% from 255) = 48.10%
R=51.05%
G=0.84%
B=48.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121211400.980.060.53303.5396.7524.12
Hex792720626351306118
Octal1712162014266546014130
Binary111100110111001001100010110110101100110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790272; }

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

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

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

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

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

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

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

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