#771270

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

Shades of Dark Purple #771270

Tints of Dark Purple #771270

Color information

#771270 (or 0x771270) is unknown color: approx Dark Purple. HEX triplet: 77, 12 and 70. RGB value is (119,18,112). Sum of RGB (Red+Green+Blue) = 119+18+112=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #771270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771270 is #88ED8F. Grayscale: #3A3A3A. Windows color (decimal): -8973712 or 7344759. OLE color: 7344759.

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

Color convert

RGB11918112-
CMYK00.850.060.53
HSL304.16º73.72%26.86%-
HSV(B)304.16º84.87%46.67%-
XYZ10.755.5215.83-
YUV58.91157.96170.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 18 (7.42% from 255) = 7.23%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=47.79%
G=7.23%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191811200.850.060.53304.1673.7226.86
Hex7712700556351304a1b
Octal16722160012566546011233
Binary111011110010111000001010101110110101100110000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771270; }

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

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

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

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

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

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

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

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