#771368

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

Shades of Dark Purple #771368

Tints of Dark Purple #771368

Color information

#771368 (or 0x771368) is unknown color: approx Dark Purple. HEX triplet: 77, 13 and 68. RGB value is (119,19,104). Sum of RGB (Red+Green+Blue) = 119+19+104=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #771368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771368 is #88EC97. Grayscale: #3A3A3A. Windows color (decimal): -8973464 or 6820727. OLE color: 6820727.

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

Color convert

RGB11919104-
CMYK00.840.130.53
HSL309º72.46%27.06%-
HSV(B)309º84.03%46.67%-
XYZ10.345.3913.59-
YUV58.59153.63171.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 19 (7.81% from 255) = 7.85%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=49.17%
G=7.85%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191910400.840.130.5330972.4627.06
Hex771368054D35135481b
Octal167231500124156546511033
Binary1110111100111101000010101001101110101100110101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771368; }

 p { color: rgb(119,19,104); }

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

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

 a { background-color: rgb(119,19,104); }

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

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

 span { border-color: rgb(119,19,104); }

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