#770A68

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

Shades of Purple #770A68

Tints of Purple #770A68

Color information

#770A68 (or 0x770A68) is unknown color: approx Purple. HEX triplet: 77, 0A and 68. RGB value is (119,10,104). Sum of RGB (Red+Green+Blue) = 119+10+104=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #770A68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770A68 is #88F597. Grayscale: #353535. Windows color (decimal): -8975768 or 6818423. OLE color: 6818423.

HSL color Cylindrical-coordinate representation of color #770A68: hue angle of 308.26º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770A68 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB11910104-
CMYK00.920.130.53
HSL308.26º84.5%25.29%-
HSV(B)308.26º91.6%46.67%-
XYZ10.215.1413.55-
YUV53.31156.61174.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 10 (4.30% from 255) = 4.29%
BLUE value IS 104 (41.02% from 255) = 44.64%
R=51.07%
G=4.29%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191010400.920.130.53308.2684.525.29
Hex77A6805CD351345419
Octal167121500134156546412431
Binary111011110101101000010111001101110101100110100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,10,104); }

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

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

 a { background-color: rgb(119,10,104); }

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

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

 span { border-color: rgb(119,10,104); }

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