#790275

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

Shades of Purple #790275

Tints of Purple #790275

Color information

#790275 (or 0x790275) is unknown color: approx Purple. HEX triplet: 79, 02 and 75. RGB value is (121,2,117). Sum of RGB (Red+Green+Blue) = 121+2+117=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #790275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790275 is #86FD8A. Grayscale: #323232. Windows color (decimal): -8846731 or 7668345. OLE color: 7668345.

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

Color convert

RGB1212117-
CMYK00.980.030.53
HSL302.02º96.75%24.12%-
HSV(B)302.02º98.35%47.45%-
XYZ11.125.3917.28-
YUV50.69165.42178.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.42%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=50.42%
G=0.83%
B=48.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121211700.980.030.53302.0296.7524.12
Hex7927506233512e6118
Octal1712165014236545614130
Binary11110011011101010110001011110101100101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790275; }

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

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

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

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

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

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

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

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