#782378

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

Shades of Dark Purple #782378

Tints of Dark Purple #782378

Color information

#782378 (or 0x782378) is unknown color: approx Dark Purple. HEX triplet: 78, 23 and 78. RGB value is (120,35,120). Sum of RGB (Red+Green+Blue) = 120+35+120=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #782378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782378 is #87DC87. Grayscale: #454545. Windows color (decimal): -8903816 or 7873400. OLE color: 7873400.

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

Color convert

RGB12035120-
CMYK00.7100.53
HSL300º54.84%30.39%-
HSV(B)300º70.83%47.06%-
XYZ11.746.5518.42-
YUV70.1156.16163.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.64%
GREEN value IS 35 (14.06% from 255) = 12.73%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=43.64%
G=12.73%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203512000.7100.5330054.8430.39
Hex78237804703512c371e
Octal1704317001070654546736
Binary1111000100011111100001000111011010110010110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782378; }

 p { color: rgb(120,35,120); }

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

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

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

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

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

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

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