#790582

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

Shades of Purple #790582

Tints of Purple #790582

Color information

#790582 (or 0x790582) is unknown color: approx Purple. HEX triplet: 79, 05 and 82. RGB value is (121,5,130). Sum of RGB (Red+Green+Blue) = 121+5+130=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #790582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790582 is #86FA7D. Grayscale: #353535. Windows color (decimal): -8845950 or 8521081. OLE color: 8521081.

HSL color Cylindrical-coordinate representation of color #790582: hue angle of 295.68º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #790582 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1215130-
CMYK0.070.9600.49
HSL295.68º92.59%26.47%-
HSV(B)295.68º96.15%50.98%-
XYZ11.975.7921.6-
YUV53.93170.93175.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.27%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 130 (51.17% from 255) = 50.78%
R=47.27%
G=1.95%
B=50.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12151300.070.9600.49295.6892.5926.47
Hex795827600311285d1a
Octal1715202714006145013532
Binary11110011011000001011111000000110001100101000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790582; }

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

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

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

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

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

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

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

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