#78207E

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

Shades of Dark Purple #78207E

Tints of Dark Purple #78207E

Color information

#78207E (or 0x78207E) is unknown color: approx Dark Purple. HEX triplet: 78, 20 and 7E. RGB value is (120,32,126). Sum of RGB (Red+Green+Blue) = 120+32+126=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 126 - color contains mainly: blue. Hex color #78207E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78207E is #87DF81. Grayscale: #444444. Windows color (decimal): -8904578 or 8265848. OLE color: 8265848.

HSL color Cylindrical-coordinate representation of color #78207E: hue angle of 296.17º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78207E is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12032126-
CMYK0.050.7500.51
HSL296.17º59.49%30.98%-
HSV(B)296.17º74.6%49.41%-
XYZ12.036.5320.37-
YUV69.03160.15164.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.17%
GREEN value IS 32 (12.89% from 255) = 11.51%
BLUE value IS 126 (49.61% from 255) = 45.32%
R=43.17%
G=11.51%
B=45.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120321260.050.7500.51296.1759.4930.98
Hex78207E54B0331283b1f
Octal1704017651130634507337
Binary111100010000011111101011001011011001110010100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78207E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78207E; }

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

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

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

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

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

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

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

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