#771269

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

Shades of Dark Purple #771269

Tints of Dark Purple #771269

Color information

#771269 (or 0x771269) is unknown color: approx Dark Purple. HEX triplet: 77, 12 and 69. RGB value is (119,18,105). Sum of RGB (Red+Green+Blue) = 119+18+105=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #771269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771269 is #88ED96. Grayscale: #393939. Windows color (decimal): -8973719 or 6886007. OLE color: 6886007.

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

Color convert

RGB11918105-
CMYK00.850.120.53
HSL308.32º73.72%26.86%-
HSV(B)308.32º84.87%46.67%-
XYZ10.375.3713.86-
YUV58.12154.46171.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 18 (7.42% from 255) = 7.44%
BLUE value IS 105 (41.41% from 255) = 43.39%
R=49.17%
G=7.44%
B=43.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191810500.850.120.53308.3273.7226.86
Hex771269055C351344a1b
Octal167221510125146546411233
Binary1110111100101101001010101011100110101100110100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771269; }

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

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

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

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

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

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

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

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