#771272

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

Shades of Dark Purple #771272

Tints of Dark Purple #771272

Color information

#771272 (or 0x771272) is unknown color: approx Dark Purple. HEX triplet: 77, 12 and 72. RGB value is (119,18,114). Sum of RGB (Red+Green+Blue) = 119+18+114=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #771272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771272 is #88ED8D. Grayscale: #3A3A3A. Windows color (decimal): -8973710 or 7475831. OLE color: 7475831.

HSL color Cylindrical-coordinate representation of color #771272: hue angle of 302.97º 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 #771272 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB11918114-
CMYK00.850.040.53
HSL302.97º73.72%26.86%-
HSV(B)302.97º84.87%46.67%-
XYZ10.865.5716.42-
YUV59.14158.96170.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 18 (7.42% from 255) = 7.17%
BLUE value IS 114 (44.92% from 255) = 45.42%
R=47.41%
G=7.17%
B=45.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191811400.850.040.53302.9773.7226.86
Hex77127205543512f4a1b
Octal16722162012546545711233
Binary111011110010111001001010101100110101100101111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771272; }

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

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

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

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

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

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

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

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