#770B65

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

Shades of Dark Purple #770B65

Tints of Dark Purple #770B65

Color information

#770B65 (or 0x770B65) is unknown color: approx Dark Purple. HEX triplet: 77, 0B and 65. RGB value is (119,11,101). Sum of RGB (Red+Green+Blue) = 119+11+101=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #770B65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770B65 is #88F49A. Grayscale: #353535. Windows color (decimal): -8975515 or 6622071. OLE color: 6622071.

HSL color Cylindrical-coordinate representation of color #770B65: hue angle of 310º 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 #770B65 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB11911101-
CMYK00.910.150.53
HSL310º83.08%25.49%-
HSV(B)310º90.76%46.67%-
XYZ10.085.112.77-
YUV53.55154.78174.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 11 (4.69% from 255) = 4.76%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=51.52%
G=4.76%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191110100.910.150.5331083.0825.49
Hex77B6505BF351365319
Octal167131450133176546612331
Binary111011110111100101010110111111110101100110110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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