#781386

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

Shades of Purple #781386

Tints of Purple #781386

Color information

#781386 (or 0x781386) is unknown color: approx Purple. HEX triplet: 78, 13 and 86. RGB value is (120,19,134). Sum of RGB (Red+Green+Blue) = 120+19+134=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #781386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781386 is #87EC79. Grayscale: #3D3D3D. Windows color (decimal): -8907898 or 8786808. OLE color: 8786808.

HSL color Cylindrical-coordinate representation of color #781386: hue angle of 292.7º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781386 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12019134-
CMYK0.100.8600.47
HSL292.7º75.16%30%-
HSV(B)292.7º85.82%52.55%-
XYZ12.286.1823.1-
YUV62.31168.46169.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 19 (7.81% from 255) = 6.96%
BLUE value IS 134 (52.73% from 255) = 49.08%
R=43.96%
G=6.96%
B=49.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120191340.100.8600.47292.775.1630
Hex781386A5602F1254b1e
Octal170232061212605744511336
Binary11110001001110000110101010101100101111100100101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781386; }

 p { color: rgb(120,19,134); }

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

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

 a { background-color: rgb(120,19,134); }

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

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

 span { border-color: rgb(120,19,134); }

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