#770D84

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

Shades of Purple #770D84

Tints of Purple #770D84

Color information

#770D84 (or 0x770D84) is unknown color: approx Purple. HEX triplet: 77, 0D and 84. RGB value is (119,13,132). Sum of RGB (Red+Green+Blue) = 119+13+132=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #770D84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770D84 is #88F27B. Grayscale: #393939. Windows color (decimal): -8974972 or 8654199. OLE color: 8654199.

HSL color Cylindrical-coordinate representation of color #770D84: hue angle of 293.45º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770D84 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11913132-
CMYK0.100.9000.48
HSL293.45º82.07%28.43%-
HSV(B)293.45º90.15%51.76%-
XYZ11.925.8822.34-
YUV58.26169.62171.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 13 (5.47% from 255) = 4.92%
BLUE value IS 132 (51.95% from 255) = 50%
R=45.08%
G=4.92%
B=50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119131320.100.9000.48293.4582.0728.43
Hex77D84A5A030125521c
Octal167152041213206044512234
Binary1110111110110000100101010110100110000100100101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,13,132); }

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

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

 a { background-color: rgb(119,13,132); }

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

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

 span { border-color: rgb(119,13,132); }

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