#771F70

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

Shades of Dark Purple #771F70

Tints of Dark Purple #771F70

Color information

#771F70 (or 0x771F70) is unknown color: approx Dark Purple. HEX triplet: 77, 1F and 70. RGB value is (119,31,112). Sum of RGB (Red+Green+Blue) = 119+31+112=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #771F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771F70 is #88E08F. Grayscale: #424242. Windows color (decimal): -8970384 or 7348087. OLE color: 7348087.

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

Color convert

RGB11931112-
CMYK00.740.060.53
HSL304.77º58.67%29.41%-
HSV(B)304.77º73.95%46.67%-
XYZ11.026.0715.92-
YUV66.55153.65165.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 31 (12.5% from 255) = 11.83%
BLUE value IS 112 (44.14% from 255) = 42.75%
R=45.42%
G=11.83%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193111200.740.060.53304.7758.6729.41
Hex771F7004A6351313b1d
Octal1673716001126654617335
Binary11101111111111100000100101011011010110011000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,31,112); }

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

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

 a { background-color: rgb(119,31,112); }

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

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

 span { border-color: rgb(119,31,112); }

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