#790584

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

Shades of Purple #790584

Tints of Purple #790584

Color information

#790584 (or 0x790584) is unknown color: approx Purple. HEX triplet: 79, 05 and 84. RGB value is (121,5,132). Sum of RGB (Red+Green+Blue) = 121+5+132=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #790584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790584 is #86FA7B. Grayscale: #353535. Windows color (decimal): -8845948 or 8652153. OLE color: 8652153.

HSL color Cylindrical-coordinate representation of color #790584: hue angle of 294.8º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790584 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1215132-
CMYK0.080.9600.48
HSL294.8º92.7%26.86%-
HSV(B)294.8º96.21%51.76%-
XYZ12.15.8422.32-
YUV54.16171.93175.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.90%
GREEN value IS 5 (2.34% from 255) = 1.94%
BLUE value IS 132 (51.95% from 255) = 51.16%
R=46.90%
G=1.94%
B=51.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12151320.080.9600.48294.892.726.86
Hex795848600301275d1b
Octal17152041014006044713533
Binary111100110110000100100011000000110000100100111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790584; }

 p { color: rgb(121,5,132); }

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

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

 a { background-color: rgb(121,5,132); }

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

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

 span { border-color: rgb(121,5,132); }

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