#781168

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

Shades of Dark Purple #781168

Tints of Dark Purple #781168

Color information

#781168 (or 0x781168) is unknown color: approx Dark Purple. HEX triplet: 78, 11 and 68. RGB value is (120,17,104). Sum of RGB (Red+Green+Blue) = 120+17+104=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #781168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781168 is #87EE97. Grayscale: #393939. Windows color (decimal): -8908440 or 6820216. OLE color: 6820216.

HSL color Cylindrical-coordinate representation of color #781168: hue angle of 309.32º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781168 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB12017104-
CMYK00.860.130.53
HSL309.32º75.18%26.86%-
HSV(B)309.32º85.83%47.06%-
XYZ10.445.3913.59-
YUV57.72154.12172.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.79%
GREEN value IS 17 (7.03% from 255) = 7.05%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=49.79%
G=7.05%
B=43.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201710400.860.130.53309.3275.1826.86
Hex781168056D351354b1b
Octal170211500126156546511333
Binary1111000100011101000010101101101110101100110101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781168; }

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

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

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

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

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

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

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

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