#771B6B

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

Shades of Dark Purple #771B6B

Tints of Dark Purple #771B6B

Color information

#771B6B (or 0x771B6B) is unknown color: approx Dark Purple. HEX triplet: 77, 1B and 6B. RGB value is (119,27,107). Sum of RGB (Red+Green+Blue) = 119+27+107=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #771B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771B6B is #88E494. Grayscale: #3F3F3F. Windows color (decimal): -8971413 or 7019383. OLE color: 7019383.

HSL color Cylindrical-coordinate representation of color #771B6B: hue angle of 307.83º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #771B6B is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB11927107-
CMYK00.770.100.53
HSL307.83º63.01%28.63%-
HSV(B)307.83º77.31%46.67%-
XYZ10.655.7714.46-
YUV63.63152.48167.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 27 (10.94% from 255) = 10.67%
BLUE value IS 107 (42.19% from 255) = 42.29%
R=47.04%
G=10.67%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192710700.770.100.53307.8363.0128.63
Hex771B6B04DA351343f1d
Octal16733153011512654647735
Binary111011111011110101101001101101011010110011010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771B6B; }

 p { color: rgb(119,27,107); }

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

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

 a { background-color: rgb(119,27,107); }

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

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

 span { border-color: rgb(119,27,107); }

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