#782575

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

Shades of Dark Purple #782575

Tints of Dark Purple #782575

Color information

#782575 (or 0x782575) is unknown color: approx Dark Purple. HEX triplet: 78, 25 and 75. RGB value is (120,37,117). Sum of RGB (Red+Green+Blue) = 120+37+117=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #782575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782575 is #87DA8A. Grayscale: #464646. Windows color (decimal): -8903307 or 7677304. OLE color: 7677304.

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

Color convert

RGB12037117-
CMYK00.690.020.53
HSL302.17º52.87%30.78%-
HSV(B)302.17º69.17%47.06%-
XYZ11.626.617.49-
YUV70.94154163-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.80%
GREEN value IS 37 (14.84% from 255) = 13.50%
BLUE value IS 117 (46.09% from 255) = 42.70%
R=43.80%
G=13.50%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203711700.690.020.53302.1752.8730.78
Hex78257504523512e351f
Octal1704516501052654566537
Binary11110001001011110101010001011011010110010111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782575; }

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

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

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

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

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

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

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

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