#790271

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

Shades of Purple #790271

Tints of Purple #790271

Color information

#790271 (or 0x790271) is unknown color: approx Purple. HEX triplet: 79, 02 and 71. RGB value is (121,2,113). Sum of RGB (Red+Green+Blue) = 121+2+113=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #790271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790271 is #86FD8E. Grayscale: #313131. Windows color (decimal): -8846735 or 7406201. OLE color: 7406201.

HSL color Cylindrical-coordinate representation of color #790271: hue angle of 304.03º 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 #790271 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB1212113-
CMYK00.980.070.53
HSL304.03º96.75%24.12%-
HSV(B)304.03º98.35%47.45%-
XYZ10.895.316.07-
YUV50.24163.42178.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.27%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 113 (44.53% from 255) = 47.88%
R=51.27%
G=0.85%
B=47.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121211300.980.070.53304.0396.7524.12
Hex792710627351306118
Octal1712161014276546014130
Binary111100110111000101100010111110101100110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790271; }

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

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

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

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

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

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

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

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