#780677

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

Shades of Purple #780677

Tints of Purple #780677

Color information

#780677 (or 0x780677) is unknown color: approx Purple. HEX triplet: 78, 06 and 77. RGB value is (120,6,119). Sum of RGB (Red+Green+Blue) = 120+6+119=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #780677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780677 is #87F988. Grayscale: #343434. Windows color (decimal): -8911241 or 7800440. OLE color: 7800440.

HSL color Cylindrical-coordinate representation of color #780677: hue angle of 300.53º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780677 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB1206119-
CMYK00.950.010.53
HSL300.53º90.48%24.71%-
HSV(B)300.53º95%47.06%-
XYZ11.145.4617.92-
YUV52.97165.27175.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.98%
GREEN value IS 6 (2.73% from 255) = 2.45%
BLUE value IS 119 (46.88% from 255) = 48.57%
R=48.98%
G=2.45%
B=48.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120611900.950.010.53300.5390.4824.71
Hex7867705F13512d5a19
Octal1706167013716545513231
Binary11110001101110111010111111110101100101101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780677; }

 p { color: rgb(120,6,119); }

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

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

 a { background-color: rgb(120,6,119); }

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

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

 span { border-color: rgb(120,6,119); }

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