#782081

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

Shades of Dark Purple #782081

Tints of Dark Purple #782081

Color information

#782081 (or 0x782081) is unknown color: approx Dark Purple. HEX triplet: 78, 20 and 81. RGB value is (120,32,129). Sum of RGB (Red+Green+Blue) = 120+32+129=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #782081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782081 is #87DF7E. Grayscale: #454545. Windows color (decimal): -8904575 or 8462456. OLE color: 8462456.

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

Color convert

RGB12032129-
CMYK0.070.7500.49
HSL294.43º60.25%31.57%-
HSV(B)294.43º75.19%50.59%-
XYZ12.226.6121.4-
YUV69.37161.65164.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 32 (12.89% from 255) = 11.39%
BLUE value IS 129 (50.78% from 255) = 45.91%
R=42.70%
G=11.39%
B=45.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120321290.070.7500.49294.4360.2531.57
Hex78208174B0311263c20
Octal1704020171130614467440
Binary11110001000001000000111110010110110001100100110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782081; }

 p { color: rgb(120,32,129); }

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

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

 a { background-color: rgb(120,32,129); }

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

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

 span { border-color: rgb(120,32,129); }

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