#782074

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

Shades of Dark Purple #782074

Tints of Dark Purple #782074

Color information

#782074 (or 0x782074) is unknown color: approx Dark Purple. HEX triplet: 78, 20 and 74. RGB value is (120,32,116). Sum of RGB (Red+Green+Blue) = 120+32+116=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #782074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782074 is #87DF8B. Grayscale: #434343. Windows color (decimal): -8904588 or 7610488. OLE color: 7610488.

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

Color convert

RGB12032116-
CMYK00.730.030.53
HSL302.73º57.89%29.8%-
HSV(B)302.73º73.33%47.06%-
XYZ11.416.2917.13-
YUV67.89155.15165.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 32 (12.89% from 255) = 11.94%
BLUE value IS 116 (45.70% from 255) = 43.28%
R=44.78%
G=11.94%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203211600.730.030.53302.7357.8929.8
Hex78207404933512f3a1e
Octal1704016401113654577236
Binary11110001000001110100010010011111010110010111111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782074; }

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

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

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

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

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

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

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

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