#781590

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

Shades of Purple #781590

Tints of Purple #781590

Color information

#781590 (or 0x781590) is unknown color: approx Purple. HEX triplet: 78, 15 and 90. RGB value is (120,21,144). Sum of RGB (Red+Green+Blue) = 120+21+144=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #781590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781590 is #87EA6F. Grayscale: #404040. Windows color (decimal): -8907376 or 9442680. OLE color: 9442680.

HSL color Cylindrical-coordinate representation of color #781590: hue angle of 288.29º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781590 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12021144-
CMYK0.170.8500.44
HSL288.29º74.55%32.35%-
HSV(B)288.29º85.42%56.47%-
XYZ13.056.5426.96-
YUV64.62172.8167.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 21 (8.59% from 255) = 7.37%
BLUE value IS 144 (56.64% from 255) = 50.53%
R=42.11%
G=7.37%
B=50.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120211440.170.8500.44288.2974.5532.35
Hex781590115502C1204b20
Octal170252202112505444011340
Binary1111000101011001000010001101010101011001001000001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781590; }

 p { color: rgb(120,21,144); }

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

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

 a { background-color: rgb(120,21,144); }

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

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

 span { border-color: rgb(120,21,144); }

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