#782475

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

Shades of Dark Purple #782475

Tints of Dark Purple #782475

Color information

#782475 (or 0x782475) is unknown color: approx Dark Purple. HEX triplet: 78, 24 and 75. RGB value is (120,36,117). Sum of RGB (Red+Green+Blue) = 120+36+117=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #782475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782475 is #87DB8A. Grayscale: #464646. Windows color (decimal): -8903563 or 7677048. OLE color: 7677048.

HSL color Cylindrical-coordinate representation of color #782475: hue angle of 302.14º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #782475 is Cyan = 0, Magento = 0.7, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB12036117-
CMYK00.70.020.53
HSL302.14º53.85%30.59%-
HSV(B)302.14º70%47.06%-
XYZ11.596.5417.48-
YUV70.35154.33163.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.96%
GREEN value IS 36 (14.45% from 255) = 13.19%
BLUE value IS 117 (46.09% from 255) = 42.86%
R=43.96%
G=13.19%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203611700.70.020.53302.1453.8530.59
Hex78247504623512e361f
Octal1704416501062654566637
Binary11110001001001110101010001101011010110010111011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782475; }

 p { color: rgb(120,36,117); }

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

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

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

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

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

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

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