#790268

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

Shades of Purple #790268

Tints of Purple #790268

Color information

#790268 (or 0x790268) is unknown color: approx Purple. HEX triplet: 79, 02 and 68. RGB value is (121,2,104). Sum of RGB (Red+Green+Blue) = 121+2+104=227 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.30% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 121 - color contains mainly: red. Hex color #790268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790268 is #86FD97. Grayscale: #303030. Windows color (decimal): -8846744 or 6816377. OLE color: 6816377.

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

Color convert

RGB1212104-
CMYK00.980.140.53
HSL308.57º96.75%24.12%-
HSV(B)308.57º98.35%47.45%-
XYZ10.415.1113.53-
YUV49.21158.92179.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.30%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=53.30%
G=0.88%
B=45.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121210400.980.140.53308.5796.7524.12
Hex79268062E351356118
Octal17121500142166546514130
Binary1111001101101000011000101110110101100110101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790268; }

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

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

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

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

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

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

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

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