#782D70

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

Shades of Dark Purple #782D70

Tints of Dark Purple #782D70

Color information

#782D70 (or 0x782D70) is unknown color: approx Dark Purple. HEX triplet: 78, 2D and 70. RGB value is (120,45,112). Sum of RGB (Red+Green+Blue) = 120+45+112=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #782D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782D70 is #87D28F. Grayscale: #4A4A4A. Windows color (decimal): -8901264 or 7351672. OLE color: 7351672.

HSL color Cylindrical-coordinate representation of color #782D70: hue angle of 306.4º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782D70 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12045112-
CMYK00.630.070.53
HSL306.4º45.45%32.35%-
HSV(B)306.4º62.5%47.06%-
XYZ11.617.0416.08-
YUV75.06148.85160.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.32%
GREEN value IS 45 (17.97% from 255) = 16.25%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=43.32%
G=16.25%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204511200.630.070.53306.445.4532.35
Hex782D7003F7351322d20
Octal170551600777654625540
Binary111100010110111100000111111111110101100110010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782D70; }

 p { color: rgb(120,45,112); }

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

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

 a { background-color: rgb(120,45,112); }

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

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

 span { border-color: rgb(120,45,112); }

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