#78256D

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

Shades of Dark Purple #78256D

Tints of Dark Purple #78256D

Color information

#78256D (or 0x78256D) is unknown color: approx Dark Purple. HEX triplet: 78, 25 and 6D. RGB value is (120,37,109). Sum of RGB (Red+Green+Blue) = 120+37+109=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78256D is #87DA92. Grayscale: #454545. Windows color (decimal): -8903315 or 7153016. OLE color: 7153016.

HSL color Cylindrical-coordinate representation of color #78256D: hue angle of 307.95º 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 #78256D is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12037109-
CMYK00.690.090.53
HSL307.95º52.87%30.78%-
HSV(B)307.95º69.17%47.06%-
XYZ11.176.4215.12-
YUV70.02150163.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 37 (14.84% from 255) = 13.91%
BLUE value IS 109 (42.97% from 255) = 40.98%
R=45.11%
G=13.91%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1203710900.690.090.53307.9552.8730.78
Hex78256D045935134351f
Octal17045155010511654646537
Binary1111000100101110110101000101100111010110011010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78256D; }

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

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

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

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

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

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

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

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