#770B64

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

Shades of Dark Purple #770B64

Tints of Dark Purple #770B64

Color information

#770B64 (or 0x770B64) is unknown color: approx Dark Purple. HEX triplet: 77, 0B and 64. RGB value is (119,11,100). Sum of RGB (Red+Green+Blue) = 119+11+100=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #770B64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770B64 is #88F49B. Grayscale: #353535. Windows color (decimal): -8975516 or 6556535. OLE color: 6556535.

HSL color Cylindrical-coordinate representation of color #770B64: hue angle of 310.56º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B64 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB11911100-
CMYK00.910.160.53
HSL310.56º83.08%25.49%-
HSV(B)310.56º90.76%46.67%-
XYZ10.035.0812.51-
YUV53.44154.28174.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.74%
GREEN value IS 11 (4.69% from 255) = 4.78%
BLUE value IS 100 (39.45% from 255) = 43.48%
R=51.74%
G=4.78%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191110000.910.160.53310.5683.0825.49
Hex77B6405B10351375319
Octal167131440133206546712331
Binary1110111101111001000101101110000110101100110111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770B64; }

 p { color: rgb(119,11,100); }

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

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

 a { background-color: rgb(119,11,100); }

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

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

 span { border-color: rgb(119,11,100); }

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