#780D68

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

Shades of Dark Purple #780D68

Tints of Dark Purple #780D68

Color information

#780D68 (or 0x780D68) is unknown color: approx Dark Purple. HEX triplet: 78, 0D and 68. RGB value is (120,13,104). Sum of RGB (Red+Green+Blue) = 120+13+104=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #780D68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D68 is #87F297. Grayscale: #373737. Windows color (decimal): -8909464 or 6819192. OLE color: 6819192.

HSL color Cylindrical-coordinate representation of color #780D68: hue angle of 308.97º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780D68 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB12013104-
CMYK00.890.130.53
HSL308.97º80.45%26.08%-
HSV(B)308.97º89.17%47.06%-
XYZ10.395.2813.57-
YUV55.37155.45174.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.63%
GREEN value IS 13 (5.47% from 255) = 5.49%
BLUE value IS 104 (41.02% from 255) = 43.88%
R=50.63%
G=5.49%
B=43.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201310400.890.130.53308.9780.4526.08
Hex78D68059D35135501a
Octal170151500131156546512032
Binary111100011011101000010110011101110101100110101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780D68; }

 p { color: rgb(120,13,104); }

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

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

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

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

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

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

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