#771569

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

Shades of Dark Purple #771569

Tints of Dark Purple #771569

Color information

#771569 (or 0x771569) is unknown color: approx Dark Purple. HEX triplet: 77, 15 and 69. RGB value is (119,21,105). Sum of RGB (Red+Green+Blue) = 119+21+105=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #771569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771569 is #88EA96. Grayscale: #3B3B3B. Windows color (decimal): -8972951 or 6886775. OLE color: 6886775.

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

Color convert

RGB11921105-
CMYK00.820.120.53
HSL308.57º70%27.45%-
HSV(B)308.57º82.35%46.67%-
XYZ10.435.4813.87-
YUV59.88153.47170.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 21 (8.59% from 255) = 8.57%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=48.57%
G=8.57%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192110500.820.120.53308.577027.45
Hex771569052C35135461b
Octal167251510122146546510633
Binary1110111101011101001010100101100110101100110101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771569; }

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

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

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

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

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

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

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

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