#770C69

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

Shades of Dark Purple #770C69

Tints of Dark Purple #770C69

Color information

#770C69 (or 0x770C69) is unknown color: approx Dark Purple. HEX triplet: 77, 0C and 69. RGB value is (119,12,105). Sum of RGB (Red+Green+Blue) = 119+12+105=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #770C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C69 is #88F396. Grayscale: #363636. Windows color (decimal): -8975255 or 6884471. OLE color: 6884471.

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

Color convert

RGB11912105-
CMYK00.900.120.53
HSL307.85º81.68%25.69%-
HSV(B)307.85º89.92%46.67%-
XYZ10.295.213.83-
YUV54.59156.45173.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.42%
GREEN value IS 12 (5.08% from 255) = 5.08%
BLUE value IS 105 (41.41% from 255) = 44.49%
R=50.42%
G=5.08%
B=44.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191210500.900.120.53307.8581.6825.69
Hex77C6905AC35134521a
Octal167141510132146546412232
Binary111011111001101001010110101100110101100110100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770C69; }

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

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

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

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

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

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

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

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