#781882

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

Shades of Purple #781882

Tints of Purple #781882

Color information

#781882 (or 0x781882) is unknown color: approx Purple. HEX triplet: 78, 18 and 82. RGB value is (120,24,130). Sum of RGB (Red+Green+Blue) = 120+24+130=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #781882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781882 is #87E77D. Grayscale: #404040. Windows color (decimal): -8906622 or 8525944. OLE color: 8525944.

HSL color Cylindrical-coordinate representation of color #781882: hue angle of 294.34º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781882 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12024130-
CMYK0.080.8200.49
HSL294.34º68.83%30.2%-
HSV(B)294.34º81.54%50.98%-
XYZ12.16.2621.69-
YUV64.79164.8167.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.80%
GREEN value IS 24 (9.77% from 255) = 8.76%
BLUE value IS 130 (51.17% from 255) = 47.45%
R=43.80%
G=8.76%
B=47.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120241300.080.8200.49294.3468.8330.2
Hex781882852031126451e
Octal170302021012206144610536
Binary11110001100010000010100010100100110001100100110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781882; }

 p { color: rgb(120,24,130); }

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

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

 a { background-color: rgb(120,24,130); }

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

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

 span { border-color: rgb(120,24,130); }

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