#790264

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

Shades of Purple #790264

Tints of Purple #790264

Color information

#790264 (or 0x790264) is unknown color: approx Purple. HEX triplet: 79, 02 and 64. RGB value is (121,2,100). Sum of RGB (Red+Green+Blue) = 121+2+100=223 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.26% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 121 - color contains mainly: red. Hex color #790264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790264 is #86FD9B. Grayscale: #303030. Windows color (decimal): -8846748 or 6554233. OLE color: 6554233.

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

Color convert

RGB1212100-
CMYK00.980.170.53
HSL310.59º96.75%24.12%-
HSV(B)310.59º98.35%47.45%-
XYZ10.215.0312.49-
YUV48.75156.92179.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.26%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 100 (39.45% from 255) = 44.84%
R=54.26%
G=0.90%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121210000.980.170.53310.5996.7524.12
Hex7926406211351376118
Octal17121440142216546714130
Binary11110011011001000110001010001110101100110111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790264; }

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

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

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

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

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

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

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

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