#790274

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

Shades of Purple #790274

Tints of Purple #790274

Color information

#790274 (or 0x790274) is unknown color: approx Purple. HEX triplet: 79, 02 and 74. RGB value is (121,2,116). Sum of RGB (Red+Green+Blue) = 121+2+116=239 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.63% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 121 - color contains mainly: red. Hex color #790274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790274 is #86FD8B. Grayscale: #323232. Windows color (decimal): -8846732 or 7602809. OLE color: 7602809.

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

Color convert

RGB1212116-
CMYK00.980.040.53
HSL302.52º96.75%24.12%-
HSV(B)302.52º98.35%47.45%-
XYZ11.065.3716.98-
YUV50.58164.92178.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.63%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 116 (45.70% from 255) = 48.54%
R=50.63%
G=0.84%
B=48.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121211600.980.040.53302.5296.7524.12
Hex7927406243512f6118
Octal1712164014246545714130
Binary111100110111010001100010100110101100101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790274; }

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

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

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

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

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

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

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

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