#77136C

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

Shades of Dark Purple #77136C

Tints of Dark Purple #77136C

Color information

#77136C (or 0x77136C) is unknown color: approx Dark Purple. HEX triplet: 77, 13 and 6C. RGB value is (119,19,108). Sum of RGB (Red+Green+Blue) = 119+19+108=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77136C is #88EC93. Grayscale: #3A3A3A. Windows color (decimal): -8973460 or 7082871. OLE color: 7082871.

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

Color convert

RGB11919108-
CMYK00.840.090.53
HSL306.6º72.46%27.06%-
HSV(B)306.6º84.03%46.67%-
XYZ10.555.4714.69-
YUV59.05155.63170.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 19 (7.81% from 255) = 7.72%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=48.37%
G=7.72%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191910800.840.090.53306.672.4627.06
Hex77136C054935133481b
Octal167231540124116546311033
Binary1110111100111101100010101001001110101100110011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77136C; }

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

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

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

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

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

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

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

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